summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-01-04 00:46:33 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-01-04 00:46:33 +0100
commita85cc81d8ee0bf911d7ba6ff8fbb1a8da7897822 (patch)
tree1158cdc69ae022263eecad71ac6fe6644ca1cfc5
parent4b411bf616ef943f1163e59706ee90524a93bded (diff)
downloadtrollius-a85cc81d8ee0bf911d7ba6ff8fbb1a8da7897822.tar.gz
test_events: add missing import, wrap_error()
-rw-r--r--tests/test_events.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_events.py b/tests/test_events.py
index cc5f3cb..297ac11 100644
--- a/tests/test_events.py
+++ b/tests/test_events.py
@@ -31,6 +31,7 @@ from asyncio import selector_events
from asyncio import tasks
from asyncio import test_utils
from asyncio import locks
+from asyncio.backport import wrap_error
from asyncio.time_monotonic import time_monotonic
from asyncio import test_support as support # find_unused_port, IPV6_ENABLED, TEST_HOME_DIR