Review: Approve code
Diff comments: > > === modified file 'lib/lp/bugs/browser/bugtracker.py' > --- lib/lp/bugs/browser/bugtracker.py 2015-07-08 16:05:11 +0000 > +++ lib/lp/bugs/browser/bugtracker.py 2015-09-28 21:49:16 +0000 > @@ -550,16 +549,6 @@ > return u"Bug trackers" > > > -class BugTrackerBreadcrumb(Breadcrumb): > - """Builds a breadcrumb for an `IBugTracker`.""" > - > - rootsite = None > - > - @property > - def text(self): > - return self.context.title This could perhaps be registered instead, though it isn't critical. > - > - > @implementer(IRemoteBug) > class RemoteBug: > """Represents a bug in a remote bug tracker.""" -- https://code.launchpad.net/~cjwatson/launchpad/dead-code/+merge/272670 Your team Launchpad code reviewers is subscribed to branch lp:launchpad. _______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

