beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in VariablePanel, function block variables in graphic viewers could be modified
2013-09-24, Laurent Bessard
884477877e53
Fixed bug in VariablePanel, function block variables in graphic viewers could be modified
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")