beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bugs in DebugVariablePanel with ticktime modifications
2013-05-29, Laurent Bessard
d8783c0c7d80
Fixed bugs in DebugVariablePanel with ticktime modifications
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")