Browse Source

Drop unused import

pull/9921/head
Martin Panter 10 years ago
parent
commit
62bdea58c5
  1. 1
      Lib/_pyio.py

1
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

Loading…
Cancel
Save