# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1241453688 -7200 # Mon May 04 18:14:48 2009 +0200 # Branch tls-sprint # Node ID fea9f62a7db1e03967f010519ead90f5c337e2ad # Parent a9af1f6db141b29fb706d1214592733e45be67da ajax_replace_url has moved diff --git a/views.py b/views.py --- a/views.py +++ b/views.py @@ -17,9 +17,9 @@ has_permission, relation_possible, yes, match_kwargs) from cubicweb.view import EntityView -from cubicweb.common.uilib import rql_for_eid, cut, safe_cut, ajax_replace_url +from cubicweb.common.uilib import rql_for_eid, cut, safe_cut from cubicweb.common.mixins import TreeViewMixIn -from cubicweb.web import stdmsgs, uicfg +from cubicweb.web import ajax_replace_url, stdmsgs, uicfg from cubicweb.web.action import LinkToEntityAction, Action from cubicweb.web.form import FormViewMixIn from cubicweb.web.formwidgets import Button