Merged revisions 65791 via svnmerge from

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'.
........
This commit is contained in:
Brett Cannon 2008-08-18 00:39:30 +00:00
parent b5ebf27b88
commit f0a39af1ae
1 changed files with 0 additions and 1 deletions

View File

@ -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