beremiz
Clone
Summary
Browse
Changes
Graph
Fix warning with LogMessage function
2013-03-08, Laurent Bessard
1950fe687dde
Fix warning with LogMessage function
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")