branch | tls-sprint |
changeset 1132 | 96752791c2b6 |
parent 936 | f54938ba6c60 |
child 1808 | aa09e20dd8c0 |
1131:544609e83317 | 1132:96752791c2b6 |
---|---|
1 """pre 3.2 bw compat""" |
|
2 # pylint: disable-msg=W0614,W0401 |
|
1 from warnings import warn |
3 from warnings import warn |
2 warn('moved to cubicweb.utils', DeprecationWarning, stacklevel=2) |
4 warn('moved to cubicweb.utils', DeprecationWarning, stacklevel=2) |
3 from cubicweb.utils import * |
5 from cubicweb.utils import * |