beremiz
Clone
Summary
Browse
Changes
Graph
Fixed wrong default value for xsd:positiveInteger and xsd:negativeInteger in xmlclass
2013-04-29, Laurent Bessard
f0ea86d830ed
Fixed wrong default value for xsd:positiveInteger and xsd:negativeInteger in xmlclass
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")