summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_nis.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-04-24 04:31:42 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-04-24 04:31:42 (GMT)
commit1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b (patch)
tree9c5d557fb8c405a96717868314df06476749cb36 /Lib/test/test_nis.py
parent37917369d5772943e1e417df58e4e7d3db75b083 (diff)
downloadcpython-1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b.zip
cpython-1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b.tar.gz
cpython-1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b.tar.bz2
Issue #23277: Remove unused sys and os imports
Patch by Jon Dufresne.
Diffstat (limited to 'Lib/test/test_nis.py')
-rw-r--r--Lib/test/test_nis.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_nis.py b/Lib/test/test_nis.py
index 387a4e7..21074c6 100644
--- a/Lib/test/test_nis.py
+++ b/Lib/test/test_nis.py
@@ -1,6 +1,5 @@
from test import support
import unittest
-import sys
# Skip test if nis module does not exist.
nis = support.import_module('nis')