summaryrefslogtreecommitdiff
path: root/tests/test_config.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-24 13:25:01 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-24 13:25:01 +0300
commit95f6afb74ad25d2b616ed44499035595fe945fc5 (patch)
tree956af1d30d6deeac6732e8bdc7420e594bcfe11f /tests/test_config.py
parent39b80901d20354b093e8220c137ce971c35c20c5 (diff)
downloadpython-setuptools-git-95f6afb74ad25d2b616ed44499035595fe945fc5.tar.gz
Issue #23277: Remove more unused sys and os imports.
Diffstat (limited to 'tests/test_config.py')
-rw-r--r--tests/test_config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index 4de825a8..0929f8a4 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -1,5 +1,4 @@
"""Tests for distutils.pypirc.pypirc."""
-import sys
import os
import unittest
import tempfile