beremiz
Clone
Summary
Browse
Changes
Graph
Allow specification of command line arguments encoding in ProcessLogger
2014-06-10, Edouard Tisserant
c411fc7246eb
Allow specification of command line arguments encoding in ProcessLogger
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")