beremiz
Clone
Summary
Browse
Changes
Graph
More VAR_GLOBAL related tests in tests/python
2013-04-04, Edouard Tisserant
d54ca1ec9090
More VAR_GLOBAL related tests in 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")