Patch #444359: Remove unused imports.

This commit is contained in:
Martin v. Löwis 2001-08-02 07:15:29 +00:00
parent d429ab6df9
commit 02d893cfae
8 changed files with 2 additions and 9 deletions

View file

@ -85,7 +85,6 @@
write the configuration state in .ini format
"""
import sys
import string
import re

View file

@ -215,7 +215,7 @@
#
# Import our required modules
#
import string, sys
import string
from UserDict import UserDict
try:

View file

@ -7,7 +7,7 @@
"""#"
import struct, types, __builtin__
import struct, __builtin__
### Registry and builtin stateless codec functions

View file

@ -27,8 +27,6 @@
seekable stream object.
"""
import sys
__all__ = ["MultiFile","Error"]
class Error(Exception):

View file

@ -59,7 +59,6 @@
""" # '
import sys
import re
import os

View file

@ -53,7 +53,6 @@ class MyClass(subpackage.SuperClass):
exists coded in Python in the freeze package.)
"""
import os
import sys
import imp
import re

View file

@ -10,7 +10,6 @@
import re
import string
__all__ = ["SGMLParser"]

View file

@ -88,7 +88,6 @@
# check digest against correct (i.e. non-apache) implementation
import socket
import UserDict
import httplib
import re
import base64