beremiz
Clone
Summary
Browse
Changes
Graph
Fixed error message printed when error in XML files is detected
2013-09-27, Laurent Bessard
ac7d39f4e376
Fixed error message printed when error in XML files is detected
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")