From 71f1b5fa10461386dc5e0e0d78b804c1e854591f Mon Sep 17 00:00:00 2001 From: Allan Saddi Date: Tue, 25 May 2010 11:09:06 -0700 Subject: Be sure thread is imported since we reference thread.error. --- flup/server/threadpool.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flup/server/threadpool.py b/flup/server/threadpool.py index 8c1deef..61906cb 100644 --- a/flup/server/threadpool.py +++ b/flup/server/threadpool.py @@ -28,6 +28,7 @@ __author__ = 'Allan Saddi ' __version__ = '$Revision$' import sys +import thread import threading class ThreadPool(object): -- cgit v1.2.1