--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/schema.py Wed Nov 05 15:52:50 2008 +0100 @@ -0,0 +1,3 @@ +from warnings import warn +warn('moved to cubicweb.schema', DeprecationWarning, stacklevel=2) +from cubicweb.schema import *