Patch #444359: Remove unused imports.
This commit is contained in:
parent
d429ab6df9
commit
02d893cfae
@ -85,7 +85,6 @@ ConfigParser -- responsible for for parsing a list of
|
|||||||
write the configuration state in .ini format
|
write the configuration state in .ini format
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
|
||||||
import string
|
import string
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
@ -215,7 +215,7 @@ Finis.
|
|||||||
#
|
#
|
||||||
# Import our required modules
|
# Import our required modules
|
||||||
#
|
#
|
||||||
import string, sys
|
import string
|
||||||
from UserDict import UserDict
|
from UserDict import UserDict
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
@ -7,7 +7,7 @@ Written by Marc-Andre Lemburg (mal@lemburg.com).
|
|||||||
|
|
||||||
"""#"
|
"""#"
|
||||||
|
|
||||||
import struct, types, __builtin__
|
import struct, __builtin__
|
||||||
|
|
||||||
### Registry and builtin stateless codec functions
|
### Registry and builtin stateless codec functions
|
||||||
|
|
||||||
|
@ -27,8 +27,6 @@ current file part. This may be useful when using MultiFile with a non-
|
|||||||
seekable stream object.
|
seekable stream object.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
|
||||||
|
|
||||||
__all__ = ["MultiFile","Error"]
|
__all__ = ["MultiFile","Error"]
|
||||||
|
|
||||||
class Error(Exception):
|
class Error(Exception):
|
||||||
|
@ -59,7 +59,6 @@ For an example, see the function test() at the end of the file.
|
|||||||
""" # '
|
""" # '
|
||||||
|
|
||||||
|
|
||||||
import sys
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -53,7 +53,6 @@ PACKAGE RELATED BUGS
|
|||||||
exists coded in Python in the freeze package.)
|
exists coded in Python in the freeze package.)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
|
||||||
import sys
|
import sys
|
||||||
import imp
|
import imp
|
||||||
import re
|
import re
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import string
|
|
||||||
|
|
||||||
__all__ = ["SGMLParser"]
|
__all__ = ["SGMLParser"]
|
||||||
|
|
||||||
|
@ -88,7 +88,6 @@ f = urllib2.urlopen('http://www.python.org/')
|
|||||||
# check digest against correct (i.e. non-apache) implementation
|
# check digest against correct (i.e. non-apache) implementation
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
import UserDict
|
|
||||||
import httplib
|
import httplib
|
||||||
import re
|
import re
|
||||||
import base64
|
import base64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user