summaryrefslogtreecommitdiff
path: root/asyncio
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-18 17:00:36 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-18 17:00:36 +0100
commit5588d303a2a201c51752fdc04978d7e7a8eac275 (patch)
tree4079c55e2f51801f50e99ec5a523152f6c29c795 /asyncio
parent7cbe31d0c9cddac8c2cc8d4fe1c16588761f97d4 (diff)
downloadtrollius-5588d303a2a201c51752fdc04978d7e7a8eac275.tar.gz
test_support: add missing import
Diffstat (limited to 'asyncio')
-rw-r--r--asyncio/test_support.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/asyncio/test_support.py b/asyncio/test_support.py
index 59b3e8c..c9df5d0 100644
--- a/asyncio/test_support.py
+++ b/asyncio/test_support.py
@@ -12,6 +12,8 @@ import re
import socket
import subprocess
import sys
+import time
+
# A constant likely larger than the underlying OS pipe buffer size, to
# make writes blocking.