Commit ed3baf35 authored by Georg Brandl's avatar Georg Brandl

#10810: fix missing import.

parent cae7c1d8
......@@ -25,7 +25,7 @@ To use, simply 'import logging.handlers' and log away!
"""
import logging, socket, os, pickle, struct, time, re
from stat import ST_DEV, ST_INO
from stat import ST_DEV, ST_INO, ST_MTIME
try:
import codecs
......
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