beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1611 # (standarderror-builtin) StandardError built-in referenced
2018-10-11, Andrey Skvortsov
6d1bf321fb89
python3 support: pylint, W1611 # (standarderror-builtin) StandardError built-in referenced
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"))