beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when printing program generating errors and warnings in PLCOpenEditor
2013-09-10, Laurent Bessard
250c3ae0787c
Fixed bug when printing program generating errors and warnings in PLCOpenEditor
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")