~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-23 20:29:40 UTC
  • mfrom: (14593.1.6 move-xmlrpc)
  • Revision ID: launchpad@pqm.canonical.com-20111223202940-22gcyjdqhwrjwh0b
[rs=sinzui][no-qa] Move 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,