beremiz
Clone
Summary
Browse
Changes
Graph
Fixed pulling of PLC status and log count
2013-03-21, Laurent Bessard
72ee7f3e3cf3
Fixed pulling of PLC status and log count
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")