beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when transferring PLC and orthogonal graph is displayed with cursor
2013-06-26, Laurent Bessard
757b83fd2173
Fix bug when transferring PLC and orthogonal graph is displayed with cursor
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")