beremiz

More gcc warning avoided

2014-01-29, Edouard Tisserant
7d295f013061
More gcc warning avoided
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")