~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/codeimport/worker.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-01 20:32:35 UTC
  • mfrom: (13261.7.23 bzr-2.4b4)
  • Revision ID: launchpad@pqm.canonical.com-20110901203235-gjkcaa4llvi4q856
[r=gmb][bug=301472] Update bzr to version 2.4.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    NotBranchError,
40
40
    )
41
41
from bzrlib.transport import get_transport
 
42
from bzrlib.upgrade import upgrade
42
43
import bzrlib.ui
43
 
from bzrlib.upgrade import upgrade
44
44
from bzrlib.urlutils import (
45
45
    join as urljoin,
46
46
    local_path_from_url,