beremiz
Clone
Summary
Browse
Changes
Graph
minor cleanup
2015-01-18, Edouard Tisserant
754fa90c8b27
minor cleanup
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")