beremiz
Clone
Summary
Browse
Changes
Graph
Fixed tick not refreshed when in DebugVariablePanel when variable in it
2013-06-05, Laurent Bessard
01e86190f8c7
Fixed tick not refreshed when in DebugVariablePanel when variable in it
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")