~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-12 19:27:39 UTC
  • mfrom: (13814.2.12 bug-302449)
  • Revision ID: launchpad@pqm.canonical.com-20110912192739-l51qyzomz0dll9nw
[r=bac][bug=302449] Make sure TranslationImportQueue.addOrUpdateEntry
        doesn't hit a DB constraint on (importer, potemplate, path, target).

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
 
 
17
15
from canonical.launchpad.browser.librarian import ProxiedLibraryFileAlias
18
16
from canonical.launchpad.webapp import (
19
17
    LaunchpadView,
20
18
    Navigation,
21
19
    )
22
20
from canonical.launchpad.webapp.breadcrumb import Breadcrumb
 
21
from canonical.lazr.utils import smartquote
23
22
from lp.archivepublisher.debversion import Version
24
23
from lp.services.propertycache import cachedproperty
25
24
from lp.soyuz.browser.build import BuildNavigationMixin