beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined
2018-10-10, Andrey Skvortsov
235f847be37e
python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined
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"))