beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when adding a variable in Variable Panel and selected variable can't be edited (generally a FB)
2013-05-27, Laurent Bessard
01842255c9ff
Fixed bug when adding a variable in Variable Panel and selected variable can't be edited (generally a FB)
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")