beremiz
Clone
Summary
Browse
Changes
Graph
Better display of Python exceptions from Py_Eval
2013-04-24, Edouard Tisserant
fa7c5034c1d2
Better display of Python exceptions from Py_Eval
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")