bw compat modules tls-sprint
authorsylvain.thenault@logilab.fr
Tue, 17 Feb 2009 21:58:44 +0100
branchtls-sprint
changeset 701 cd5e855de490
parent 700 a2471775aef6
child 702 c1d2f9bfb9ff
bw compat modules
common/appobject.py
common/view.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/appobject.py	Tue Feb 17 21:58:44 2009 +0100
@@ -0,0 +1,3 @@
+from warnings import warn
+warn('moved to cubicweb.appobject', DeprecationWarning, stacklevel=2)
+from cubicweb.appobject import *
--- /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 *