summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-09 11:46:37 (GMT)
committerEric S. Raymond <esr@thyrsus.com>2001-02-09 11:46:37 (GMT)
commitd8c628bd59f70b5389c39fd9e6a15cb3e2d46f27 (patch)
tree6158772d7355a9a951d5f1474e05bca207b56e83 /Lib
parent8b3cf58fa55026b90a895a4dc0c18a3e557b7a2a (diff)
downloadcpython-d8c628bd59f70b5389c39fd9e6a15cb3e2d46f27.zip
cpython-d8c628bd59f70b5389c39fd9e6a15cb3e2d46f27.tar.gz
cpython-d8c628bd59f70b5389c39fd9e6a15cb3e2d46f27.tar.bz2
String method conversion.
(This one was trivial -- no actual string. references in it!)
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_format.py b/Lib/test/test_format.py
index 7972676..6a60603 100644
--- a/Lib/test/test_format.py
+++ b/Lib/test/test_format.py
@@ -1,5 +1,5 @@
from test_support import verbose
-import string, sys
+import sys
# test string formatting operator (I am not sure if this is being tested
# elsewhere but, surely, some of the given cases are *not* tested because