~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:50:18 UTC
  • mfrom: (14600.1.13 apocalypta-1)
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224175018-nsk2d6vvez77iscb
Merged i18n fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
"""Logging setup for scripts.
7
7
 
8
8
Don't import from this module. Import it from lp.services.scripts.
9
 
 
10
 
Parts of this may be moved into canonical.launchpad somewhere if it is
11
 
to be used for non-script stuff.
12
9
"""
13
10
 
14
11
__metaclass__ = type