common/view.py
branchtls-sprint
changeset 701 cd5e855de490
child 985 6a25c58a1c23
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/view.py	Tue Feb 17 21:58:44 2009 +0100
@@ -0,0 +1,3 @@
+from warnings import warn
+warn('moved to cubicweb.view', DeprecationWarning, stacklevel=2)
+from cubicweb.view import *