~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/tests/test_publisher.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:
5
5
 
6
6
__metaclass__ = type
7
7
 
 
8
from lp.code.publisher import CodeLayer
 
9
from lp.layers import WebServiceLayer
8
10
from lp.services.config import config
9
 
from lp.layers import WebServiceLayer
 
11
from lp.testing import TestCase
10
12
from lp.testing.layers import FunctionalLayer
11
 
from lp.code.publisher import CodeLayer
12
 
from lp.testing import TestCase
13
13
from lp.testing.publication import get_request_and_publication
14
14
 
15
15