~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/codeimport/tests/test_foreigntree.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
import subvertpy.ra
15
15
import subvertpy.wc
16
16
 
17
 
from lp.testing.layers import BaseLayer
18
17
from lp.codehosting.codeimport.foreigntree import (
19
18
    CVSWorkingTree,
20
19
    SubversionWorkingTree,
23
22
    CVSServer,
24
23
    SubversionServer,
25
24
    )
 
25
from lp.testing.layers import BaseLayer
26
26
 
27
27
 
28
28
class TestSubversionWorkingTree(TestCaseWithTransport):