~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/twistedsupport/loggingsupport.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:
31
31
from twisted.web import xmlrpc
32
32
from zope.interface import implements
33
33
 
 
34
from lp.services.librarian.utils import copy_and_close
34
35
from lp.services.scripts import logger
35
36
from lp.services.webapp import errorlog
36
 
from canonical.librarian.utils import copy_and_close
37
37
 
38
38
 
39
39
def set_up_logging_for_script(options, name, logfile):