~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/vfs/branchfs.py

  • Committer: Curtis Hovey
  • Date: 2011-12-23 15:15:40 UTC
  • mto: (14593.2.1 apocalypta-0)
  • mto: This revision was merged to the branch mainline in revision 14596.
  • Revision ID: curtis.hovey@canonical.com-20111223151540-m5scrxvwawh2kzgs
Moved xmlrpc to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
from canonical.config import config
91
91
from canonical.launchpad.webapp import errorlog
92
 
from canonical.launchpad.xmlrpc import faults
 
92
from lp.xmlrpc import faults
93
93
from lp.code.interfaces.branchlookup import IBranchLookup
94
94
from lp.code.interfaces.codehosting import (
95
95
    BRANCH_TRANSPORT,