summaryrefslogtreecommitdiff
path: root/tests/test__refcount.py
diff options
context:
space:
mode:
authoramajorek <devnull@localhost>2010-03-09 21:10:15 -0500
committeramajorek <devnull@localhost>2010-03-09 21:10:15 -0500
commite153c9207bd3372dadb6bc5326e6196a778457aa (patch)
treeaec1b952d24d506fb1521b04290bbbedfc6c5be7 /tests/test__refcount.py
parent37e992ceeea780f77674ef303d2d248b5db82c65 (diff)
downloadeventlet-e153c9207bd3372dadb6bc5326e6196a778457aa.tar.gz
module eventlet.common moved to eventlet.support
Diffstat (limited to 'tests/test__refcount.py')
-rw-r--r--tests/test__refcount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test__refcount.py b/tests/test__refcount.py
index 8a66f3c..3418265 100644
--- a/tests/test__refcount.py
+++ b/tests/test__refcount.py
@@ -4,7 +4,7 @@ are not leaked by the hub.
import sys
import unittest
from pprint import pformat
-from eventlet.common import clear_sys_exc_info
+from eventlet.support import clear_sys_exc_info
from eventlet.green import socket
from eventlet.green.thread import start_new_thread
from eventlet.green.time import sleep