beremiz
Clone
Summary
Browse
Changes
Graph
Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable
2013-04-24, Edouard Tisserant
847d68c3e7ff
Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")