# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1235091020 -3600 # Node ID 0b417be91dcae5395a037ca37658a6ceb5327232 # Parent b101d2ae80b4bcec2d21ec383d26a211b57380ba seems I don't need bw compat support diff -r b101d2ae80b4 -r 0b417be91dca 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'
') self.wview(self.vid, rset, 'noresult') self.w(u'
') - -from logilab.common.deprecation import class_moved -EntityRelatedTab = class_moved(EntityRelationView)