beremiz
Clone
Summary
Browse
Changes
Graph
Fix startup of wxGlade base HMI. Wx calls were issued from non-wx thread (main).
2019-02-13, Edouard Tisserant
889c43872f4c
Fix startup of wxGlade base HMI. Wx calls were issued from non-wx thread (main).
from __future__ import absolute_import
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))