~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/messages/tests/test_message.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-24 22:30:39 UTC
  • mfrom: (14600.1.14 apocalypta-1)
  • Revision ID: launchpad@pqm.canonical.com-20111224223039-z7zbq34zfurx9gce
[rs=sinzui][no-qa] Move c.l modules to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
import transaction
18
18
from zope.component import getUtility
19
19
 
20
 
from canonical.launchpad.ftests import login
 
20
from lp.testing import login
21
21
from canonical.launchpad.webapp.testing import verifyObject
22
22
from canonical.testing.layers import LaunchpadFunctionalLayer
23
23
from lp.services.job.model.job import Job