Commit 2184f56e authored by Jeremy Hylton's avatar Jeremy Hylton

Add missing import. Caught by pychecker.

parent 36b04214
......@@ -10,7 +10,9 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
""" Handlers which can plug into a PEP 282 logger """
"""Handlers which can plug into a PEP 282 logger."""
import sys
from logging import Handler, StreamHandler
from logging.handlers import SysLogHandler
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment