]> granicus.if.org Git - python/commit
Remove some unused imports.
authorFred Drake <fdrake@acm.org>
Sat, 13 Oct 2001 03:00:11 +0000 (03:00 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 13 Oct 2001 03:00:11 +0000 (03:00 +0000)
commitc6879604963786abbbf06659cabc5175f5e79a5f
tree613cb08a8705a089d04bc0e7b21ab0680911b99d
parentd62f151a2c0b821bd43dbc1301706cf3619c5bcd
Remove some unused imports.
Remove the log file after we are done with it.  This should clean up after
the test even on Windows, since the file is now closed before we attempt
removal.
Lib/test/test_hotshot.py