~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/tests/test_commercialprojects_vocabularies.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:
10
10
from zope.component import getUtility
11
11
from zope.security.proxy import removeSecurityProxy
12
12
 
13
 
from canonical.launchpad.ftests import (
 
13
from lp.testing import (
14
14
    ANONYMOUS,
15
15
    login,
16
16
    logout,