]> granicus.if.org Git - python/commitdiff
String method conversion.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 9 Feb 2001 11:46:37 +0000 (11:46 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 9 Feb 2001 11:46:37 +0000 (11:46 +0000)
(This one was trivial -- no actual string. references in it!)

Lib/test/test_format.py

index 7972676bc5abf0ca1fdf874c6363fbd6b0057288..6a6060384b924fbd82bd9b11e47f0ebbd497835d 100644 (file)
@@ -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