~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/scripts/logger.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-30 10:09:30 UTC
  • mfrom: (14606.2.8 apocalibrarian)
  • Revision ID: launchpad@pqm.canonical.com-20111230100930-kp3e0l6wakissewm
[r=wgrant][no-qa] Move canonical.librarian to
        lp.services.librarian(server).

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
from zope.exceptions.log import Formatter
47
47
 
48
48
from lp.services.config import config
49
 
from lp.services.webapp.errorlog import (
50
 
    globalErrorUtility,
51
 
    ScriptRequest,
52
 
    )
53
 
from canonical.librarian.interfaces import (
 
49
from lp.services.librarian.interfaces.client import (
54
50
    ILibrarianClient,
55
51
    UploadFailed,
56
52
    )
59
55
    compress_hash,
60
56
    utc_now,
61
57
    )
 
58
from lp.services.webapp.errorlog import (
 
59
    globalErrorUtility,
 
60
    ScriptRequest,
 
61
    )
62
62
 
63
63
# Reexport our custom loglevels for old callsites. These callsites
64
64
# should be importing the symbols from lp.services.log.loglevels