beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in DebugVariablePanel, cursor not reset when graphs were reset
2013-05-02, Laurent Bessard
baa09a1c7b15
Fixed bug in DebugVariablePanel, cursor not reset when graphs were reset
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")