diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 10:25:01 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 10:25:01 (GMT) |
commit | c7f44aa99aea074398b35d02afba65b49df36813 (patch) | |
tree | 6c8f1e8068b2654734ad97f5e68fc5201335cdfc /Lib/test/test_importlib | |
parent | 18a8affc8ed282dca01155adc7a085bcc66be4ee (diff) | |
download | cpython-c7f44aa99aea074398b35d02afba65b49df36813.zip cpython-c7f44aa99aea074398b35d02afba65b49df36813.tar.gz cpython-c7f44aa99aea074398b35d02afba65b49df36813.tar.bz2 |
Issue #23277: Remove more unused sys and os imports.
Diffstat (limited to 'Lib/test/test_importlib')
-rw-r--r-- | Lib/test/test_importlib/source/test_source_encoding.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_importlib/source/test_source_encoding.py b/Lib/test/test_importlib/source/test_source_encoding.py index 1e0771b..980855f 100644 --- a/Lib/test/test_importlib/source/test_source_encoding.py +++ b/Lib/test/test_importlib/source/test_source_encoding.py @@ -5,7 +5,6 @@ machinery = util.import_importlib('importlib.machinery') import codecs import importlib.util import re -import sys import types # Because sys.path gets essentially blanked, need to have unicodedata already # imported for the parser to use. |