diff options
| author | Walter Dörwald <walter@livinglogic.de> | 2007-05-22 16:27:09 (GMT) |
|---|---|---|
| committer | Walter Dörwald <walter@livinglogic.de> | 2007-05-22 16:27:09 (GMT) |
| commit | 02427050c187ba54649c7ad16b35370c31a0b238 (patch) | |
| tree | 559dea3a73069e3a02b65d454675344aebdaf14f /Lib/test/test_format.py | |
| parent | 4aeaa9658f123b614fd5290a6c8196e93c1c7367 (diff) | |
| download | cpython-02427050c187ba54649c7ad16b35370c31a0b238.zip cpython-02427050c187ba54649c7ad16b35370c31a0b238.tar.gz cpython-02427050c187ba54649c7ad16b35370c31a0b238.tar.bz2 | |
Remove unused import.
Diffstat (limited to 'Lib/test/test_format.py')
| -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 121e5c0..9e9aec5 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 |
