# HG changeset patch # User Katia Saurfelt <katia.saurfelt@logilab.fr> # Date 1241451041 -7200 # Mon May 04 17:30:41 2009 +0200 # Branch tls-sprint # Node ID 07c58efd15d89cbd1d0746d31f1e018bc4a6bbaa # Parent b7217c3c6902b3e70d28b04d899f180090efb4bb update ajax_replace_url import diff --git a/views.py b/views.py --- a/views.py +++ b/views.py @@ -17,7 +17,8 @@ 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.web import 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.action import LinkToEntityAction, Action