Skip to content
Snippets Groups Projects
Commit a16b65bbc6a8 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

feat(cubicweb-3.38)!: change all cubicweb.web/views to cubicweb_web cube

parent 58bc3a612012
No related branches found
No related tags found
1 merge request!39feat(cubicweb-3.38)!: change all cubicweb.web/views to cubicweb_web cube
Pipeline #163204 passed with warnings
......@@ -14,7 +14,7 @@
web = 'https://forge.extranet.logilab.fr/cubicweb/cubes/%s' % distname
__depends__ = {
'cubicweb': ">= 3.24.0, < 3.38.0",
'cubicweb': ">= 3.38.0, < 3.39.0",
'cubicweb-bootstrap': '>= 1.3.1',
}
......
......@@ -16,7 +16,7 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
"""cubicweb-squareui views/forms/actions/components for web ui"""
from cubicweb.web.views.boxes import ContextualBoxLayout, contextual
from cubicweb_web.views.boxes import ContextualBoxLayout, contextual
class SimpleBoxContextFreeBoxLayout(ContextualBoxLayout):
......
......@@ -14,5 +14,5 @@
from cubicweb.schema import display_name
from cubicweb.utils import UStringIO
from cubicweb.web.views import basetemplates, basecomponents, actions
from cubicweb_web.views import basetemplates, basecomponents, actions
......@@ -18,5 +18,5 @@
from cubicweb.web.views.boxes import SearchBox
from cubicweb_web.views.boxes import SearchBox
HTML5 = u'<!DOCTYPE html>'
......
......@@ -17,8 +17,8 @@
from logilab.common.registry import yes
from cubicweb.web.views.basecomponents import HeaderComponent
from cubicweb.web.views.basetemplates import TheMainTemplate
from cubicweb_web.views.basecomponents import HeaderComponent
from cubicweb_web.views.basetemplates import TheMainTemplate
class HideAsidesBar(HeaderComponent):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment