Issue #11852: Add missing imports and update tests.

This commit is contained in:
Vinay Sajip 2011-04-15 22:27:17 +01:00
parent 6c9e5b779f
commit e723e96103
3 changed files with 20 additions and 0 deletions

View file

@ -26,6 +26,8 @@ To use, simply 'import logging.handlers' and log away!
import logging, socket, os, pickle, struct, time, re
from stat import ST_DEV, ST_INO, ST_MTIME
import queue
import threading
try:
import codecs