beremiz

fixed build of some tests

2015-03-24, Edouard Tisserant
29b02164e65d
fixed build of some tests
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")