beremiz
Clone
Summary
Browse
Changes
Graph
Splitted DebugVariableGraphicPanel.py into several files
2013-05-31, Laurent Bessard
501cb0bb4c05
Splitted DebugVariableGraphicPanel.py into several files
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")