diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-12 01:56:50 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-12 01:56:50 (GMT) |
commit | 62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd (patch) | |
tree | 428f3969373046c22a97cbfbb01fe3cc95ba4a25 /Lib/_pyio.py | |
parent | ed74e243c6833b12984b9b7e03d71396b134ceab (diff) | |
download | cpython-62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd.zip cpython-62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd.tar.gz cpython-62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd.tar.bz2 |
Drop unused import
Diffstat (limited to 'Lib/_pyio.py')
-rw-r--r-- | Lib/_pyio.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/_pyio.py b/Lib/_pyio.py index 40df79d..d0947f0 100644 --- a/Lib/_pyio.py +++ b/Lib/_pyio.py @@ -6,7 +6,6 @@ import os import abc import codecs import errno -import array import stat import sys # Import _thread instead of threading to reduce startup cost |