beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when closing graph in Debug Variable Panel
2013-05-31, Laurent Bessard
35046bc74554
Fixed bug when closing 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")