beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when LogException handler
2013-06-26, Laurent Bessard
aa9bc3e6181d
Fix bug when LogException handler
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")