beremiz
Clone
Summary
Browse
Changes
Graph
Use python 3 compatible exception syntax everywhere
2018-10-02, Andrey Skvortsov
5587c490a070
Use python 3 compatible exception syntax everywhere
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"))