beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when moving TextViewer and replacing right click by double click when adding graph in Debug Variable Panel
2013-06-04, Laurent Bessard
b64dcc1a011f
Fixed bug when moving TextViewer and replacing right click by double click when adding graph in Debug Variable Panel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")