Edouard@944: import os Edouard@944: from POULibrary import POULibrary Edouard@944: Edouard@944: class NativeLibrary(POULibrary): Edouard@944: def GetLibraryPath(self): Edouard@944: return os.path.join(os.path.split(__file__)[0], "NativeLib.xml") Edouard@944: