beremiz

Redirect PyEval exceptions to logging

2013-03-11, Edouard Tisserant
659198075ce4
Redirect PyEval exceptions to logging
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")