~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/gpg/handler.py

  • Committer: William Grant
  • Date: 2011-12-30 08:13:14 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230081314-f73f4ozgkzdi5xqb
More stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from lazr.restful.utils import get_current_browser_request
28
28
from zope.interface import implements
29
29
 
30
 
from lp.services.config import config
31
 
from lp.services.webapp import errorlog
32
 
from canonical.lazr.timeout import (
33
 
    TimeoutError,
34
 
    urlfetch,
35
 
    )
36
30
from lp.app.validators.email import valid_email
37
31
from lp.registry.interfaces.gpg import (
38
32
    GPGKeyAlgorithm,
39
33
    valid_fingerprint,
40
34
    )
 
35
from lp.services.config import config
41
36
from lp.services.gpg.interfaces import (
42
37
    GPGKeyDoesNotExistOnServer,
43
38
    GPGKeyExpired,
54
49
    SecretGPGKeyImportDetected,
55
50
    )
56
51
from lp.services.timeline.requesttimeline import get_request_timeline
 
52
from lp.services.timeout import (
 
53
    TimeoutError,
 
54
    urlfetch,
 
55
    )
 
56
from lp.services.webapp import errorlog
57
57
 
58
58
 
59
59
signing_only_param = """