skeleton/sobjects.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 16 Mar 2015 16:46:34 +0100
changeset 10305 937deb71a681
parent 8207 c04676b16c59
permissions -rw-r--r--
[web] kill GMTOFFSET (closes #2154655) Its last user, set_cookie(expires=...), can just as well interpret its argument as UTC. Naïve datetime objects with an implicit non-UTC timezone are just awful.

# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s repository side views, usually for notification"""