summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_events.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-26 20:29:45 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-12-26 20:29:45 (GMT)
commit0f9f7497d0b060b55ba72235cdab192adaeb2fba (patch)
tree616aadf949b9cc6950591e0913ca4a4c1c4903aa /Lib/test/test_asyncio/test_events.py
parent42cc0b711ec6f100edaa37dce8e6be5172418abb (diff)
parent956de691f8bfc379a1f1453e9a53661c92afa15e (diff)
downloadcpython-0f9f7497d0b060b55ba72235cdab192adaeb2fba.zip
cpython-0f9f7497d0b060b55ba72235cdab192adaeb2fba.tar.gz
cpython-0f9f7497d0b060b55ba72235cdab192adaeb2fba.tar.bz2
Merge 3.4 (asyncio)
Diffstat (limited to 'Lib/test/test_asyncio/test_events.py')
-rw-r--r--Lib/test/test_asyncio/test_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_events.py b/Lib/test/test_asyncio/test_events.py
index 0630292..af2da1f 100644
--- a/Lib/test/test_asyncio/test_events.py
+++ b/Lib/test/test_asyncio/test_events.py
@@ -27,7 +27,7 @@ from asyncio import proactor_events
from asyncio import selector_events
from asyncio import test_utils
try:
- from test import support # find_unused_port, IPV6_ENABLED, TEST_HOME_DIR
+ from test import support
except ImportError:
from asyncio import test_support as support