beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when generating new name for configuration and resource variable in VariablePanel
2013-05-13, Laurent Bessard
5315f26642e0
Fixed bug when generating new name for configuration and resource variable 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")