# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1234919278 -3600 # Node ID 2c39818304080312e185532243807f95b15d1581 # Parent cf75a7dbd99a0076bbfbdb9f9081efc69734ea21 update import diff -r cf75a7dbd99a -r 2c3981830408 web/views/baseviews.py --- a/web/views/baseviews.py Wed Feb 18 02:07:43 2009 +0100 +++ b/web/views/baseviews.py Wed Feb 18 02:07:58 2009 +0100 @@ -24,9 +24,9 @@ from cubicweb import Unauthorized, NoSelectableObject, typed_eid from cubicweb.selectors import (yes, empty_rset, nonempty_rset, one_line_rset, non_final_entity, match_search_state, match_form_params) +from cubicweb.view import EntityView, AnyRsetView, View from cubicweb.common.uilib import (cut, printable_value, UnicodeCSVWriter, ajax_replace_url, rql_for_eid, simple_sgml_tag) -from cubicweb.common.view import EntityView, AnyRsetView, View from cubicweb.web.httpcache import MaxAgeHTTPCacheManager from cubicweb.web.views import vid_from_rset, linksearch_select_url