Commit 08e15b1b authored by Walter Dörwald's avatar Walter Dörwald

Remove another mention of "import string".

The file itself still mentions Python 1.5.1,
so it might need further updates.
parent 54db9253
...@@ -48,10 +48,9 @@ ...@@ -48,10 +48,9 @@
<H4>Source Code</H4><DIR> <H4>Source Code</H4><DIR>
<DIR> <DIR>
<CODE><P>import string</P> <CODE><P>import sys</P>
<P>import sys</P>
<P>&nbsp;</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> </DIR>
</CODE><H4>Command Line used</H4><DIR> </CODE><H4>Command Line used</H4><DIR>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment