etherlab/__init__.py
author Edouard Tisserant
Fri, 22 Jan 2021 11:30:37 +0100
branchsvghmi
changeset 3116 6da94ec04325
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
SVGHMI: i18n: finished passing back translated messaged to xslt proc, finished template to generate corresponding javascript literals.
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"))