Remove another mention of "import string".

The file itself still mentions Python 1.5.1,
so it might need further updates.
This commit is contained in:
Walter Dörwald 2002-09-12 14:40:44 +00:00
parent b7c1895ec5
commit ed44dbd959

View file

@ -48,10 +48,9 @@ <H2>Examples</H2>
<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>