common/tags.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 13 Jan 2010 17:44:11 +0100
changeset 4236 9260403bfe0b
parent 4023 eae23c40627a
child 4252 6c4f109c2b03
permissions -rw-r--r--
move autoform's field_by_name implementation on base EntityFieldsForm

"""pre 3.6 bw compat"""
# pylint: disable-msg=W0614,W0401
from warnings import warn
warn('moved to cubicweb.tags', DeprecationWarning, stacklevel=2)
from cubicweb.tags import *