diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 13:25:01 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 13:25:01 +0300 |
| commit | 95f6afb74ad25d2b616ed44499035595fe945fc5 (patch) | |
| tree | 956af1d30d6deeac6732e8bdc7420e594bcfe11f /tests/test_config.py | |
| parent | 39b80901d20354b093e8220c137ce971c35c20c5 (diff) | |
| download | python-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.py | 1 |
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 |
