beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with InstanceChoice values in PouInstanceVariablesPanel
2013-06-10, Laurent Bessard
24577755485d
Fixed bug with InstanceChoice values in PouInstanceVariablesPanel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")