~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:26:32 UTC
  • mfrom: (14606.4.19 apocaremains-2)
  • Revision ID: launchpad@pqm.canonical.com-20111231002632-67fafhhz150cct3b
[r=wgrant][no-qa] Explode canonical.lazr.

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 = """