NativeLib.py
author Edouard Tisserant
Mon, 09 Feb 2015 00:45:03 +0100
changeset 1442 ad9a7853dea2
parent 944 52a17be9c4d1
child 1511 91538d0c242c
permissions -rw-r--r--
Fixed race condition preventing to stop PLC through WAMP
import os
from POULibrary import POULibrary

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