beremiz
Clone
Summary
Browse
Changes
Graph
Fixed time consuming function when loading VariablePanel
2013-09-24, Laurent Bessard
76e52d5fcffd
Fixed time consuming function when loading VariablePanel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")