~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archivepublisher/tests/test_generate_contents_files.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:
10
10
 
11
11
from testtools.matchers import StartsWith
12
12
 
13
 
from lp.testing.layers import (
14
 
    LaunchpadZopelessLayer,
15
 
    ZopelessDatabaseLayer,
16
 
    )
17
13
from lp.archivepublisher.scripts.generate_contents_files import (
18
14
    differ_in_content,
19
15
    execute,
26
22
from lp.services.utils import file_exists
27
23
from lp.testing import TestCaseWithFactory
28
24
from lp.testing.faketransaction import FakeTransaction
 
25
from lp.testing.layers import (
 
26
    LaunchpadZopelessLayer,
 
27
    ZopelessDatabaseLayer,
 
28
    )
29
29
 
30
30
 
31
31
def write_file(filename, content=""):