beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
2018-10-05, Andrey Skvortsov
105c20fdeb19
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
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"))