]> granicus.if.org Git - python/commitdiff
Merged revisions 65791 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Mon, 18 Aug 2008 00:39:30 +0000 (00:39 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 18 Aug 2008 00:39:30 +0000 (00:39 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r65791 | brett.cannon | 2008-08-17 17:36:52 -0700 (Sun, 17 Aug 2008) | 2 lines

  Remove two unneeded imports in 'io'.
........

Lib/io.py

index 4fe1e8cb68e58aa6aaf5ef8769941a45b0c3ac57..c1513f5acc155db6e107a412061a26d599a068da 100644 (file)
--- a/Lib/io.py
+++ b/Lib/io.py
@@ -57,7 +57,6 @@ __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
 
 import os
 import abc
-import sys
 import codecs
 import _fileio
 # Import _thread instead of threading to reduce startup cost