From ed44dbd9596f1eb424d5cd0df0669dad6baaa309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Thu, 12 Sep 2002 14:40:44 +0000 Subject: Remove another mention of "import string". The file itself still mentions Python 1.5.1, so it might need further updates. --- Tools/freeze/win32.html | 5 ++--- 1 file 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 @@

Source Code

-

import string

-

import sys

+

import sys

 

-

print string.join( ["Hello", "world"] + sys.argv[1:] )

+

print " ".join( ["Hello", "world"] + sys.argv[1:] )

Command Line used

-- cgit v0.12