~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/sshserver/session.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:
14
14
import sys
15
15
import urlparse
16
16
 
17
 
from zope.event import notify
18
 
from zope.interface import implements
19
 
 
20
17
from twisted.internet import (
21
18
    error,
22
19
    interfaces,
23
20
    process,
24
21
    )
25
22
from twisted.python import log
 
23
from zope.event import notify
 
24
from zope.interface import implements
26
25
 
27
26
from canonical.config import config
28
27
from lp.codehosting import get_bzr_path