~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/xmlrpc/tests/test_codehosting.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-05-15 14:44:46 UTC
  • mfrom: (8462.1.1 lp-refactoring)
  • Revision ID: launchpad@pqm.canonical.com-20090515144446-nkx75c1hdrerfbxs
[r=abentley, Edwin][ui=none] Moved the base code for scripts, jobs,
        and world data from lib/canonical/launchpad to lib/lp/services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
from canonical.codehosting.inmemory import InMemoryFrontend
18
18
from canonical.database.constants import UTC_NOW
19
19
from canonical.launchpad.ftests import ANONYMOUS, login, logout
20
 
from canonical.launchpad.interfaces.scriptactivity import (
 
20
from lp.services.scripts.interfaces.scriptactivity import (
21
21
    IScriptActivitySet)
22
22
from lp.code.interfaces.codehosting import (
23
23
    BRANCH_TRANSPORT, CONTROL_TRANSPORT)