beremiz
Clone
Summary
Browse
Changes
Graph
Added CWD to ProcessLogger, and make sure local runtime have CWD setup correctly
2013-03-06, Edouard Tisserant
511bf048b8b7
Added CWD to ProcessLogger, and make sure local runtime have CWD setup correctly
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")