Skip to content
Snippets Groups Projects

chore(pkg): new patch release (0.2.12)

Merged Nicola Spanti requested to merge topic/0.2/version-0-2-12 into branch/0.2
All threads resolved!
Compare and Show latest version
12 files
+ 84
16
Compare changes
  • Side-by-side
  • Inline
Files
12
# copyright 2016-2023 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2016-2024 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
@@ -20,7 +20,10 @@
from pyramid.view import view_config
from cubicweb import neg_role
from cubicweb_web.views import uicfg
try:
from cubicweb_web.views import uicfg
except ModuleNotFoundError:
from cubicweb.web.views import uicfg # TODO remove with CubicWeb 3 support
from .. import (
CREATION_ROLE,
Loading