commit | e723e96103493c6ee5a3125490b50dd63c1eebf9 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Apr 15 22:27:17 2011 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Apr 15 22:27:17 2011 +0100 |
tree | 2f333a6050b22a9a8b1b14aa4b24c6c4a6cbca9b | |
parent | 6c9e5b779f4cbb16f529f0451a07eaa57caad896 [diff] [blame] |
Issue #11852: Add missing imports and update tests.
diff --git a/Lib/logging/handlers.py b/Lib/logging/handlers.py index 96384bd..3a48628 100644 --- a/Lib/logging/handlers.py +++ b/Lib/logging/handlers.py
@@ -26,6 +26,8 @@ import logging, socket, os, pickle, struct, time, re from stat import ST_DEV, ST_INO, ST_MTIME +import queue +import threading try: import codecs