cubicweb/skeleton/views.py.tmpl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 19 May 2016 14:21:21 +0200
changeset 11249 0ff4c02a1871
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[test] Fix devtools unittest_i18n when ran without pytest There is currently some weird error, requiring both to hack cubicweb.__path__ and to stop using load_module_from_name to load the registry. Introduce a dependency on to-be-released version of logilab common integrating fix for https://www.logilab.org/ticket/6085650 Do some extra import cleanups along the way.

# -*- 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 views/forms/actions/components for web ui"""