summaryrefslogtreecommitdiff
path: root/asyncio
diff options
context:
space:
mode:
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.