~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/tests/test_sourcepackagerelease.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
from zope.component import getUtility
12
12
from zope.security.proxy import removeSecurityProxy
13
13
 
14
 
from lp.testing.layers import (
15
 
    LaunchpadFunctionalLayer,
16
 
    LaunchpadZopelessLayer,
17
 
    ZopelessDatabaseLayer,
18
 
    )
19
14
from lp.buildmaster.enums import BuildStatus
20
15
from lp.registry.interfaces.pocket import PackagePublishingPocket
21
16
from lp.services.tarfile_helpers import LaunchpadWriteTarFile
34
29
    TestCaseWithFactory,
35
30
    )
36
31
from lp.testing.dbuser import dbuser
 
32
from lp.testing.layers import (
 
33
    LaunchpadFunctionalLayer,
 
34
    LaunchpadZopelessLayer,
 
35
    ZopelessDatabaseLayer,
 
36
    )
37
37
from lp.translations.interfaces.translationimportqueue import (
38
38
    ITranslationImportQueue,
39
39
    )