prune unused exceptions imports for Python 3

fix/24-output-to-filename
Matt Behrens 2014-03-26 22:33:03 -04:00
parent 3cdfbc2f9b
commit 929fad0a1a
3 changed files with 0 additions and 3 deletions

View File

@ -26,7 +26,6 @@ from __future__ import absolute_import
import atexit import atexit
import codecs import codecs
import encodings import encodings
import exceptions
## For AOS, the locale module will need to point to a wrapper around the ## For AOS, the locale module will need to point to a wrapper around the
## java.util.Locale class. ## java.util.Locale class.
## See https://code.patternsinthevoid.net/?p=android-locale-hack.git ## See https://code.patternsinthevoid.net/?p=android-locale-hack.git

View File

@ -27,7 +27,6 @@ from time import mktime
import codecs import codecs
import encodings import encodings
import exceptions
import os import os
import psutil import psutil
import threading import threading

View File

@ -31,7 +31,6 @@ from __future__ import absolute_import
from codecs import open as open from codecs import open as open
import encodings import encodings
import exceptions
import functools import functools
import os import os
import re import re