~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/puller/tests/test_acceptance.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 04:38:42 UTC
  • mfrom: (14550.1.2 refactor-imports-redux)
  • Revision ID: launchpad@pqm.canonical.com-20111220043842-5djlrud7wls7cqex
[r=stevenk][no-qa] Re-run format-imports over lib/lp and
 lib/canonical/launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
__all__ = []
8
8
 
9
9
 
10
 
from fixtures import TempDir
11
10
import os
12
11
from subprocess import (
13
12
    PIPE,
23
22
    local_path_from_url,
24
23
    )
25
24
from bzrlib.workingtree import WorkingTree
 
25
from fixtures import TempDir
26
26
import transaction
27
27
from zope.component import getUtility
28
28
from zope.security.proxy import removeSecurityProxy