branch | tls-sprint |
changeset 886 | 0b417be91dca |
parent 885 | b101d2ae80b4 |
child 939 | ad72e06320e2 |
--- 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)