~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp_sitecustomize.py

  • Committer: William Grant
  • Date: 2012-01-01 03:03:28 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101030328-xtkp6ob1q8h40sxw
Format the non-contrib bits of lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import zope.publisher.browser
20
20
from zope.security import checker
21
21
 
22
 
from lp.services.webapp.interfaces import IUnloggedException
23
22
from lp.services.log import loglevels
24
23
from lp.services.log.logger import LaunchpadLogger
25
24
from lp.services.log.mappingfilter import MappingFilter
26
25
from lp.services.log.nullhandler import NullHandler
27
26
from lp.services.mime import customizeMimetypes
 
27
from lp.services.webapp.interfaces import IUnloggedException
28
28
 
29
29
 
30
30
def add_custom_loglevels():