#10810: fix missing import.
This commit is contained in:
parent
cae7c1d824
commit
ed3baf35c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue