NativeLib.py
author Edouard Tisserant
Thu, 27 Mar 2014 10:06:30 +0100
changeset 1401 611fded24ce4
parent 944 52a17be9c4d1
child 1511 91538d0c242c
permissions -rw-r--r--
Pair with matiec a51a3bb4d613. Re-enable resource add/remove, updated CFLAGS, disabled broken global FG test 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")