diff options
author | Walter Dörwald <walter@livinglogic.de> | 2007-05-22 16:27:09 +0000 |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2007-05-22 16:27:09 +0000 |
commit | 02427050c187ba54649c7ad16b35370c31a0b238 (patch) | |
tree | 559dea3a73069e3a02b65d454675344aebdaf14f | |
parent | 4aeaa9658f123b614fd5290a6c8196e93c1c7367 (diff) | |
download | cpython-git-02427050c187ba54649c7ad16b35370c31a0b238.tar.gz |
Remove unused import.
-rw-r--r-- | Lib/test/test_format.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_format.py b/Lib/test/test_format.py index 121e5c0712..9e9aec54e6 100644 --- a/Lib/test/test_format.py +++ b/Lib/test/test_format.py @@ -1,4 +1,4 @@ -from test.test_support import verbose, have_unicode, TestFailed +from test.test_support import verbose, TestFailed import sys from test.test_support import MAX_Py_ssize_t maxsize = MAX_Py_ssize_t |