~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-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:
8
8
    'DistroSeriesSourcePackageReleaseView',
9
9
    ]
10
10
 
11
 
from lazr.restful.utils import smartquote
12
 
 
13
11
from canonical.launchpad.webapp import (
14
12
    ApplicationMenu,
15
13
    LaunchpadView,
16
14
    Navigation,
17
15
    stepthrough,
18
16
    )
 
17
from canonical.lazr.utils import smartquote
19
18
from lp.soyuz.interfaces.distroseriessourcepackagerelease import (
20
19
    IDistroSeriesSourcePackageRelease,
21
20
    )