common/tags.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 08 Apr 2010 14:40:18 +0200
branchstable
changeset 5187 5f9a2b32c9e1
parent 4252 6c4f109c2b03
child 5421 8167de96c523
permissions -rw-r--r--
[repository] fix bad indentation in glob_update_entity, source.update_entity() should be called once per update

"""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 *