~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/tests/test_vocabulary.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 17:18:38 UTC
  • mfrom: (14557.1.20 login-token-apocalyse)
  • Revision ID: launchpad@pqm.canonical.com-20111220171838-t5bzp4y0hjmxxqze
[rs=sinzui][no-qa] migrate logintoken, launchpad statistics,
        and feeds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
from zope.schema.vocabulary import SimpleTerm
21
21
from zope.security.proxy import removeSecurityProxy
22
22
 
23
 
from canonical.launchpad.interfaces.launchpad import ILaunchpadRoot
 
23
from canonical.launchpad.webapp.interfaces import ILaunchpadRoot
24
24
from canonical.launchpad.webapp.vocabulary import (
25
25
    CountableIterator,
26
26
    IHugeVocabulary,