beremiz
Clone
Summary
Browse
Changes
Graph
Fixed graph panel size when modifying DebugVariablePanel layout
2013-04-18, Laurent Bessard
736ec395399a
Fixed graph panel size when modifying DebugVariablePanel layout
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")