NativeLib.py
author mjsousa
Sat, 06 Dec 2014 19:31:51 +0000
changeset 1474 28e9d479aa65
parent 944 52a17be9c4d1
child 1511 91538d0c242c
permissions -rw-r--r--
Use '-p' command line option when running matiec (iec2c)
import os
from POULibrary import POULibrary

class NativeLibrary(POULibrary):
    def GetLibraryPath(self):
        return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")