web/views/editcontroller.py
branchstable
changeset 4932 dce5ebe5d598
parent 4665 873ebd160954
child 4934 0dfd86d2cd98
equal deleted inserted replaced
4931:92c9d0a5dc11 4932:dce5ebe5d598
     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