beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
2018-10-04, Andrey Skvortsov
6923074540dd
python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
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"))