beremiz

Py_Ext: fix python3 encoding not needed in python2
py2compat
16 months ago, Edouard Tisserant
bf3558468e3a
Py_Ext: fix python3 encoding not needed in python2
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"))