beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for using current selected variable for generate newly added variable informations in VariablePanel
2013-05-12, Laurent Bessard
84de51ab40d2
Adding support for using current selected variable for generate newly added variable informations in VariablePanel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")