~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to start-loggerhead.py

  • Committer: Michael Hudson
  • Date: 2008-06-19 19:27:46 UTC
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: michael.hudson@canonical.com-20080619192746-26f2iji413z5th33
add explicit import of logging.handlers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python2.4
2
2
 
3
3
import logging
 
4
import logging.handlers
4
5
import os
5
6
import sys
6
7
from optparse import OptionParser