~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/error.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from zope.exceptions.exceptionformatter import format_exception
25
25
from zope.interface import implements
26
26
 
 
27
import lp.layers
27
28
from lp.services.config import config
28
 
import lp.layers
 
29
from lp.services.propertycache import cachedproperty
29
30
from lp.services.webapp.interfaces import ILaunchBag
30
31
from lp.services.webapp.publisher import LaunchpadView
31
 
from lp.services.propertycache import cachedproperty
32
32
 
33
33
 
34
34
class SystemErrorView(LaunchpadView):