~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/distroseriesbinarypackage.py

  • Committer: Aaron Bentley
  • Date: 2011-07-01 11:27:27 UTC
  • mto: (13316.14.3 getnewcache)
  • mto: This revision was merged to the branch mainline in revision 13548.
  • Revision ID: aaron@canonical.com-20110701112727-hz6kfnwf1c29opo3
Fix pages broken by assuming LaunchpadView.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
from canonical.launchpad.webapp import (
14
14
    ApplicationMenu,
 
15
    LaunchpadView,
15
16
    Navigation,
16
17
    StandardLaunchpadFacets,
17
18
    )
49
50
        return self.context.binarypackagename.name
50
51
 
51
52
 
52
 
class DistroSeriesBinaryPackageView:
 
53
class DistroSeriesBinaryPackageView(LaunchpadView):
53
54
 
54
55
    def __init__(self, context, request):
55
56
        self.context = context