beremiz

Extended wxHMI test

2015-06-18, Edouard Tisserant
9ee3a2dea7e8
Extended wxHMI test
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")