beremiz
Clone
Summary
Browse
Changes
Graph
merged forgotten changes
2015-01-16, Edouard Tisserant
7e00c406d346
merged forgotten changes
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")