common/uilib.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 08 Dec 2009 17:48:06 +0100
changeset 4048 12c4f7e2bed6
parent 4023 eae23c40627a
child 4252 6c4f109c2b03
permissions -rw-r--r--
had been involontarly dropped

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