beremiz
Clone
Summary
Browse
Changes
Graph
Move GraphButton from DebugVariableGraphicPanel to separate file
2013-05-30, Laurent Bessard
fc0e7d80494f
Move GraphButton from DebugVariableGraphicPanel to separate file
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")