beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1645 # (exception-message-attribute) Exception.message removed in Python 3
2018-10-11, Andrey Skvortsov
1c04a50dc7ff
python3 support: pylint, W1645 # (exception-message-attribute) Exception.message removed 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"))