beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1624 # (indexing-exception) Indexing exceptions will not work on Python 3
2018-10-12, Andrey Skvortsov
2f2b2152580f
python3 support: pylint, W1624 # (indexing-exception) Indexing exceptions will not work on 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"))