beremiz

Fixed bugs in Debug Variable Panel

2013-06-17, Laurent Bessard
27c8578670c8
Fixed bugs 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")