beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in graph panel default size in DebugVariablePanel
2013-04-19, Laurent Bessard
b46e45e0afc7
Fixed bug in graph panel default size in DebugVariablePanel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")