# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1235473005 -3600 # Node ID f54938ba6c60649e689575de4ba14796788ea087 # Parent 5dfba71b1872aba2ecaed1cbaba62303e3212978 missing bw compat module diff -r 5dfba71b1872 -r f54938ba6c60 common/utils.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/utils.py Tue Feb 24 11:56:45 2009 +0100 @@ -0,0 +1,3 @@ +from warnings import warn +warn('moved to cubicweb.utils', DeprecationWarning, stacklevel=2) +from cubicweb.utils import *