beremiz

Merged

2013-05-14, Laurent Bessard
c37f8d379ab0
Merged
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")