summaryrefslogtreecommitdiffhomepage
path: root/test/python/threading/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/threading/wsgi.py')
-rw-r--r--test/python/threading/wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/python/threading/wsgi.py b/test/python/threading/wsgi.py
index adaa2a37..48a73afd 100644
--- a/test/python/threading/wsgi.py
+++ b/test/python/threading/wsgi.py
@@ -1,6 +1,6 @@
import sys
-import time
import threading
+import time
class Foo(threading.Thread):