common/schema.py
changeset 0 b97547f5f1fa
child 1132 96752791c2b6
--- /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 *