beremiz

Fixed bug in generated code in c_ext file

2013-05-10, Laurent Bessard
1a97222ffee9
Fixed bug in 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")