#10810: fix missing import.

This commit is contained in:
Georg Brandl 2011-01-02 22:55:12 +00:00
parent cae7c1d824
commit ed3baf35c3
1 changed files with 1 additions and 1 deletions

View File

@ -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