commit | a4f46e129294c686ef1effdd89c459bd9a624e6d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Feb 07 17:03:15 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Feb 07 17:03:15 2010 +0000 |
tree | d8cf84a6f4a9a1a3e7ad10f8daec0ecd5f5674cb | |
parent | dc3694bee021480980d5b66a93f69ce137ee5be4 [diff] [blame] |
Remove unused imports in test modules.
diff --git a/Lib/test/test_traceback.py b/Lib/test/test_traceback.py index f7e7c8d..c79961e 100644 --- a/Lib/test/test_traceback.py +++ b/Lib/test/test_traceback.py
@@ -67,7 +67,7 @@ self.assertTrue(err[1].find("2") == err[2].find("^")) def test_bug737473(self): - import sys, os, tempfile, time + import os, tempfile, time savedpath = sys.path[:] testdir = tempfile.mkdtemp()