beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: fix startup when locale isn't defined.
py2compat
23 months ago, Edouard Tisserant
8fc8530b113f
Runtime: fix startup when locale isn't 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"))