Remove another mention of "import string".
authorWalter Dörwald <walter@livinglogic.de>
Thu, 12 Sep 2002 14:40:44 +0000 (14:40 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 12 Sep 2002 14:40:44 +0000 (14:40 +0000)
The file itself still mentions Python 1.5.1,
so it might need further updates.

Tools/freeze/win32.html

index 2b6edf8500819e0b4529965c845d3b7011a18600..7e1d32d49e8a2f5f16b6053ffa819ec6fbdfaed6 100644 (file)
 <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>