view src/__init__.py @ 992:08e0d1f8542c

server (legacy blog): set max-width: 100% for videos
author Goffi <goffi@goffi.org>
date Tue, 05 Dec 2017 02:56:27 +0100
parents 5cefc6ab302f
children
line wrap: on
line source

try:
    from common.constants import Const as C
except ImportError:
    pass # import doesn't work at this stage with pyjamas
else:
    __version__ = C.APP_VERSION