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