beremiz

Fixed build of tests/python.

2015-02-25, Edouard Tisserant
7a2b344de8cf
Fixed build of tests/python.
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")