# HG changeset patch # User Aurelien Campeas # Date 1235473201 -3600 # Node ID 7574822b0d03e88834a08767737a66bad34a58c2 # Parent 15dcdc8639658a4f4b2d84b24cf0f2e8c4fc9ec8# Parent f54938ba6c60649e689575de4ba14796788ea087 merge diff -r 15dcdc863965 -r 7574822b0d03 common/utils.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/utils.py Tue Feb 24 12:00:01 2009 +0100 @@ -0,0 +1,3 @@ +from warnings import warn +warn('moved to cubicweb.utils', DeprecationWarning, stacklevel=2) +from cubicweb.utils import *