Drop unused import

This commit is contained in:
Martin Panter 2016-06-12 01:56:50 +00:00
parent ed74e243c6
commit 62bdea58c5

View file

@ -6,7 +6,6 @@ import os
import abc import abc
import codecs import codecs
import errno import errno
import array
import stat import stat
import sys import sys
# Import _thread instead of threading to reduce startup cost # Import _thread instead of threading to reduce startup cost