beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in generated code in py_ext runtime file
2013-05-10, Laurent Bessard
16e5b6abd91c
Fixed bug in generated code in py_ext runtime file
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")