seems I don't need bw compat support tls-sprint
authorsylvain.thenault@logilab.fr
Fri, 20 Feb 2009 01:50:20 +0100
branchtls-sprint
changeset 886 0b417be91dca
parent 885 b101d2ae80b4
child 887 51e371245bc5
seems I don't need bw compat support
web/views/tabs.py
--- a/web/views/tabs.py	Fri Feb 20 01:49:39 2009 +0100
+++ b/web/views/tabs.py	Fri Feb 20 01:50:20 2009 +0100
@@ -145,6 +145,3 @@
         self.w(u'<div class="mainInfo">')
         self.wview(self.vid, rset, 'noresult')
         self.w(u'</div>')
-
-from logilab.common.deprecation import class_moved
-EntityRelatedTab = class_moved(EntityRelationView)