NativeLib.py
author Edouard Tisserant
Fri, 30 Jan 2015 10:45:11 +0100
changeset 1433 4a45f6642523
parent 944 52a17be9c4d1
child 1511 91538d0c242c
permissions -rw-r--r--
Moved trace buffer unpacking in the IDE. Latest traced variable samples are now passed as a single string
import os
from POULibrary import POULibrary

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