web/formfields.py
branchstable
changeset 2244 52e2431e7cce
parent 2196 b08521e4eaab
child 2312 af4d8f75c5db
equal deleted inserted replaced
2243:1bcf57df9c11 2244:52e2431e7cce
     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 
     9 
       
    10 from warnings import warn
    10 from datetime import datetime
    11 from datetime import datetime
    11 
    12 
    12 from logilab.mtconverter import html_escape
    13 from logilab.mtconverter import html_escape
    13 from yams.constraints import SizeConstraint, StaticVocabularyConstraint
    14 from yams.constraints import SizeConstraint, StaticVocabularyConstraint
    14 
    15