]> granicus.if.org Git - python/commitdiff
#10810: fix missing import.
authorGeorg Brandl <georg@python.org>
Sun, 2 Jan 2011 22:55:12 +0000 (22:55 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 2 Jan 2011 22:55:12 +0000 (22:55 +0000)
Lib/logging/handlers.py

index 9013f8d0b1f4056e075e35661e075061f648bbb2..0d99f469f716bb5b10f3df19cff3363dda738c41 100644 (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