beremiz
Clone
Summary
Browse
Changes
Graph
Add support for moving cursor in Debug Graphs using arrow keys
2013-05-24, Laurent Bessard
9cc1a3fa9619
Add support for moving cursor in Debug Graphs using arrow keys
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")