parent
e4a51e6543
commit
274271d1ae
|
@ -23,7 +23,6 @@ hexbin(inputfilename, outputfilename)
|
||||||
#
|
#
|
||||||
import io
|
import io
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
import struct
|
import struct
|
||||||
import binascii
|
import binascii
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,6 @@ import tempfile
|
||||||
import time
|
import time
|
||||||
import tokenize
|
import tokenize
|
||||||
import traceback
|
import traceback
|
||||||
import types
|
|
||||||
|
|
||||||
def reset():
|
def reset():
|
||||||
"""Return a string that resets the CGI and browser to a known state."""
|
"""Return a string that resets the CGI and browser to a known state."""
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
from warnings import warn
|
|
||||||
|
|
||||||
__all__ = ["contextmanager", "closing", "ContextDecorator"]
|
__all__ = ["contextmanager", "closing", "ContextDecorator"]
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
"""Filename globbing utility."""
|
"""Filename globbing utility."""
|
||||||
|
|
||||||
|
import sys
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import fnmatch
|
import fnmatch
|
||||||
|
|
|
@ -33,7 +33,6 @@ import sys
|
||||||
import os
|
import os
|
||||||
import types
|
import types
|
||||||
import itertools
|
import itertools
|
||||||
import string
|
|
||||||
import re
|
import re
|
||||||
import imp
|
import imp
|
||||||
import tokenize
|
import tokenize
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
__revision__ = "$Id$"
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import string, re
|
import re
|
||||||
|
|
||||||
__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
|
__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
|
||||||
|
|
||||||
|
|
|
@ -108,7 +108,6 @@ import tkinter as TK
|
||||||
import types
|
import types
|
||||||
import math
|
import math
|
||||||
import time
|
import time
|
||||||
import os
|
|
||||||
import inspect
|
import inspect
|
||||||
|
|
||||||
from os.path import isfile, split, join
|
from os.path import isfile, split, join
|
||||||
|
|
Loading…
Reference in New Issue