prune unused exceptions imports for Python 3
parent
3cdfbc2f9b
commit
929fad0a1a
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue