~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/keyserver/web.py

  • Committer: Curtis Hovey
  • Date: 2011-08-21 14:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13745.
  • Revision ID: curtis.hovey@canonical.com-20110821142106-x93hajd6iguma8gx
Update test that was enforcing bad grammar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
from time import sleep
39
39
 
40
40
from twisted.web.resource import Resource
 
41
 
41
42
from zope.component import getUtility
42
43
 
43
 
from lp.services.gpg.interfaces import (
 
44
from canonical.launchpad.interfaces.gpghandler import (
44
45
    GPGKeyNotFoundError,
45
46
    IGPGHandler,
46
47
    MoreThanOneGPGKeyFound,