beremiz
Clone
Summary
Browse
Changes
Graph
more minor cleanup
2015-01-18, Edouard Tisserant
df59be5afb08
more 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")