beremiz

WAMP: make latest changes compatible with python2/wxpython3
py2compat
14 months ago, Edouard Tisserant
48cb67922dd2
WAMP: make latest changes compatible with python2/wxpython3
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"))