etherlab/__init__.py
author Edouard Tisserant
Tue, 21 Jan 2020 13:55:03 +0100
branchsvghmi
changeset 2830 15d7bd79d9e8
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
SVGHMI : avoid caching of xhtml file by forcing cache-control header in http response.
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"))