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