beremiz

Fixed warning with LogMessage

2013-03-29, Edouard Tisserant
deb0fcab0c64
Fixed warning with LogMessage
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")