beremiz
Clone
Summary
Browse
Changes
Graph
Removed restriction on deletion of a POU or DataType already used, replaced by a dialog asking user to confirm
2013-05-13, Laurent Bessard
189b49723f9f
Removed restriction on deletion of a POU or DataType already used, replaced by a dialog asking user to confirm
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")