A patch from Vincent Legoll.
#
import io
import os
-import sys
import struct
import binascii
import time
import tokenize
import traceback
-import types
def reset():
"""Return a string that resets the CGI and browser to a known state."""
import sys
from functools import wraps
-from warnings import warn
__all__ = ["contextmanager", "closing", "ContextDecorator"]
"""Filename globbing utility."""
+import sys
import os
import re
import fnmatch
import os
import types
import itertools
-import string
import re
import imp
import tokenize
__revision__ = "$Id$"
-import string, re
+import re
__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
import types
import math
import time
-import os
import inspect
from os.path import isfile, split, join