Commit 97dc2306 authored by Jeremy Hylton's avatar Jeremy Hylton

Add missing import. Caught by pychecker.

parent bd066aff
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
# FOR A PARTICULAR PURPOSE # 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 import Handler, StreamHandler
from logging.handlers import SysLogHandler 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