summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2002-09-12 14:40:44 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2002-09-12 14:40:44 (GMT)
commited44dbd9596f1eb424d5cd0df0669dad6baaa309 (patch)
tree3b7f084341a66633653d852b51f0ae09b2756a44 /Tools
parentb7c1895ec5897da12038827ebc1705d2834598ba (diff)
downloadcpython-ed44dbd9596f1eb424d5cd0df0669dad6baaa309.zip
cpython-ed44dbd9596f1eb424d5cd0df0669dad6baaa309.tar.gz
cpython-ed44dbd9596f1eb424d5cd0df0669dad6baaa309.tar.bz2
Remove another mention of "import string".
The file itself still mentions Python 1.5.1, so it might need further updates.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/freeze/win32.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/Tools/freeze/win32.html b/Tools/freeze/win32.html
index 2b6edf8..7e1d32d 100644
--- a/Tools/freeze/win32.html
+++ b/Tools/freeze/win32.html
@@ -48,10 +48,9 @@
<H4>Source Code</H4><DIR>
<DIR>
-<CODE><P>import string</P>
-<P>import sys</P>
+<CODE><P>import sys</P>
<P>&nbsp;</P>
-<P>print string.join( ["Hello", "world"] + sys.argv[1:] )</P></DIR>
+<P>print " ".join( ["Hello", "world"] + sys.argv[1:] )</P></DIR>
</DIR>
</CODE><H4>Command Line used</H4><DIR>