beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in wxGlade extension when compiling and starting project with no hmi defined
2013-06-13, Laurent Bessard
02a710c7b5ed
Fixed bug in wxGlade extension when compiling and starting project with no hmi defined
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")