~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2012-01-01 07:14:04 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101071404-6cwyfuxq8h63mfhv
Fix some lp.codehosting imports to be first again. It loads bzr plugins :(

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import os
24
24
import shutil
25
25
 
 
26
# FIRST Ensure correct plugins are loaded. Do not delete this comment or the
 
27
# line below this comment.
 
28
import lp.codehosting
 
29
 
26
30
from bzrlib.branch import (
27
31
    Branch,
28
32
    InterBranch,
64
68
    branch_id_alias,
65
69
    compose_public_url,
66
70
    )
67
 
import lp.codehosting # for bzr plugins
68
71
from lp.codehosting.codeimport.foreigntree import (
69
72
    CVSWorkingTree,
70
73
    SubversionWorkingTree,