~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Steve Kowalik
  • Date: 2011-08-07 04:05:52 UTC
  • mto: This revision was merged to the branch mainline in revision 13626.
  • Revision ID: stevenk@ubuntu.com-20110807040552-mwnxo0flmhvl35e8
Correct the notification based on review comments, and remove request{,ed}
from the function names, switching to create{,d}.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
import operator
14
14
 
15
 
from lazr.restful.utils import smartquote
16
 
 
 
15
from canonical.launchpad.browser.librarian import ProxiedLibraryFileAlias
 
16
from canonical.launchpad.webapp import (
 
17
    LaunchpadView,
 
18
    Navigation,
 
19
    )
 
20
from canonical.launchpad.webapp.breadcrumb import Breadcrumb
 
21
from canonical.lazr.utils import smartquote
17
22
from lp.archivepublisher.debversion import Version
18
 
from lp.services.librarian.browser import ProxiedLibraryFileAlias
19
23
from lp.services.propertycache import cachedproperty
20
 
from lp.services.webapp import (
21
 
    LaunchpadView,
22
 
    Navigation,
23
 
    )
24
 
from lp.services.webapp.breadcrumb import Breadcrumb
25
24
from lp.soyuz.browser.build import BuildNavigationMixin
26
25
from lp.soyuz.enums import PackagePublishingStatus
27
26
from lp.soyuz.interfaces.distributionsourcepackagerelease import (