From: Martin Panter Date: Sun, 12 Jun 2016 01:56:50 +0000 (+0000) Subject: Drop unused import X-Git-Tag: v3.6.0a2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd;p=thirdparty%2FPython%2Fcpython.git Drop unused import --- diff --git a/Lib/_pyio.py b/Lib/_pyio.py index 40df79d3452b..d0947f06d518 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