~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/tests/test_tales.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:
14
14
from zope.traversing.interfaces import IPathAdapter
15
15
 
16
16
from lp.services.webapp.publisher import canonical_url
17
 
from lp.testing.layers import LaunchpadFunctionalLayer
18
17
from lp.testing import (
19
18
    login,
20
19
    person_logged_in,
21
20
    test_tales,
22
21
    TestCaseWithFactory,
23
22
    )
 
23
from lp.testing.layers import LaunchpadFunctionalLayer
24
24
 
25
25
 
26
26
class TestPreviewDiffFormatter(TestCaseWithFactory):