~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/tests/helpers.py

  • Committer: Michael Hudson
  • Date: 2009-05-13 05:36:08 UTC
  • mto: This revision was merged to the branch mainline in revision 8475.
  • Revision ID: michael.hudson@canonical.com-20090513053608-racxj33qv1097v81
bzr ls --versioned --recursive --kind=file | xargs sed -i -e 's,from canonical.codehosting,from lp.codehosting,'
bzr mv lib/canonical/codehosting lib/lp/codehosting
and one manual edit...

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from bzrlib.plugins.loom import branch as loom_branch
26
26
from bzrlib.tests import TestNotApplicable, TestSkipped
27
27
 
28
 
from canonical.codehosting.vfs import branch_id_to_path
 
28
from lp.codehosting.vfs import branch_id_to_path
29
29
from canonical.config import config
30
30
from canonical.launchpad.interfaces import BranchType
31
31
from canonical.testing import TwistedLayer