summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_eintr.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_eintr.py')
-rw-r--r--Lib/test/test_eintr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_eintr.py b/Lib/test/test_eintr.py
index 75452f2..1c9b84f 100644
--- a/Lib/test/test_eintr.py
+++ b/Lib/test/test_eintr.py
@@ -1,7 +1,6 @@
import os
import signal
import subprocess
-import sys
import unittest
from test import support