beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when removing coil in LD viewer, wires wasn't deleted.
2013-10-10, Laurent Bessard
2d4cc768a1bc
Fixed bug when removing coil in LD viewer, wires wasn't deleted.
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")