beremiz
Clone
Summary
Browse
Changes
Graph
Fix debugger exception caused by py2/py3 merging error.
py2compat
16 months ago, Edouard Tisserant
aaa12d90b1bf
Fix debugger exception caused by py2/py3 merging error.
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"))