beremiz
Clone
Summary
Browse
Changes
Graph
Made logging compatible with windows API
2013-03-04, Edouard Tisserant
ab487d32ce9a
Made logging compatible with windows API
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")