beremiz
Clone
Summary
Browse
Changes
Graph
Fixed xmlclass and plcopen using precompile xpath where possible
2013-09-05, Laurent Bessard
714f1381a09a
Fixed xmlclass and plcopen using precompile xpath where possible
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")