beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug connection disappear when removing variable from interface of an already used POU
2013-05-14, Laurent Bessard
5069a28486b9
Fixed bug connection disappear when removing variable from interface of an already used POU
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")