beremiz

Fix bugs in DataTypeEditor

2013-02-27, Laurent Bessard
82e2a155a3ce
Fix bugs in DataTypeEditor
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")