~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/xmlrpc.py

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    queryInteraction,
18
18
    )
19
19
 
20
 
from canonical.launchpad.webapp.interaction import (
 
20
from lp.services.webapp.interaction import (
21
21
    get_current_principal,
22
22
    setupInteraction,
23
23
    )