summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-21 01:14:47 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-21 01:14:47 +0100
commit97a2f28ba38ec6231c21bb4f92758c27c39d1ee4 (patch)
treea5baf6d56a50d0565c9aee77d92d36dcc668f02e /tests
parent4c5841d850279a2f4f78fb1dc606b07a95b1ee80 (diff)
downloadaioeventlet-97a2f28ba38ec6231c21bb4f92758c27c39d1ee4.tar.gz
cleanup tests
Diffstat (limited to 'tests')
-rw-r--r--tests/test_callback.py1
-rw-r--r--tests/test_thread.py2
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_callback.py b/tests/test_callback.py
index 1bf30bb..58f787b 100644
--- a/tests/test_callback.py
+++ b/tests/test_callback.py
@@ -1,4 +1,3 @@
-import eventlet
import tests
class CallbackTests(tests.TestCase):
diff --git a/tests/test_thread.py b/tests/test_thread.py
index 87714ba..2c9caae 100644
--- a/tests/test_thread.py
+++ b/tests/test_thread.py
@@ -1,8 +1,6 @@
-import aiogreen
import eventlet
import tests
threading = eventlet.patcher.original('threading')
-time = eventlet.patcher.original('time')
try:
import asyncio
except ImportError: