view src/__init__.py @ 889:2b091322c6cb

blog (atom feed): handle proxy headers like x-forwarded-host to adjust absolute URL in atom feed
author Goffi <goffi@goffi.org>
date Thu, 17 Mar 2016 18:42:15 +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