beremiz
Clone
Summary
Browse
Changes
Graph
Fixed Beremiz for working with new xmlclass support using lxml
2013-09-11, Laurent Bessard
ff14a66bbd12
Fixed Beremiz for working with new xmlclass support using lxml
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")