~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-28 15:33:41 UTC
  • mfrom: (13303.10.38 translations-sharing)
  • Revision ID: launchpad@pqm.canonical.com-20110728153341-9vtzil2t510lrjky
[r=jcsackett][bug=817522] +sharing-details updates all objects at
 once.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
from canonical.launchpad.webapp import (
12
12
    ApplicationMenu,
 
13
    LaunchpadView,
13
14
    Navigation,
14
15
    stepthrough,
15
16
    )
49
50
        return None
50
51
 
51
52
 
52
 
class DistroSeriesSourcePackageReleaseView:
 
53
class DistroSeriesSourcePackageReleaseView(LaunchpadView):
53
54
 
54
55
    def __init__(self, context, request):
55
56
        self.context = context