web/views/editcontroller.py
changeset 4934 0dfd86d2cd98
parent 4883 11899d28337f
parent 4932 dce5ebe5d598
child 4940 3143a1258d62
equal deleted inserted replaced
4933:433174d9394f 4934:0dfd86d2cd98
     4 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     4 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     7 """
     7 """
     8 __docformat__ = "restructuredtext en"
     8 __docformat__ = "restructuredtext en"
       
     9 
       
    10 from warnings import warn
     9 
    11 
    10 from rql.utils import rqlvar_maker
    12 from rql.utils import rqlvar_maker
    11 
    13 
    12 from logilab.common.textutils import splitstrip
    14 from logilab.common.textutils import splitstrip
    13 
    15