common/schema.py
changeset 1808 aa09e20dd8c0
parent 1132 96752791c2b6
child 1977 606923dff11b
equal deleted inserted replaced
1693:49075f57cf2c 1808:aa09e20dd8c0
       
     1 """pre 3.0 bw compat"""
       
     2 # pylint: disable-msg=W0614,W0401
     1 from warnings import warn
     3 from warnings import warn
     2 warn('moved to cubicweb.schema', DeprecationWarning, stacklevel=2)
     4 warn('moved to cubicweb.schema', DeprecationWarning, stacklevel=2)
     3 from cubicweb.schema import *
     5 from cubicweb.schema import *