From: Guido van Rossum Date: Sun, 15 Sep 1991 21:26:44 +0000 (+0000) Subject: Fix names import. X-Git-Tag: v0.9.8~803 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b39796eca2f0abdf156bd0f7336a44b96effe8a;p=thirdparty%2FPython%2Fcpython.git Fix names import. --- diff --git a/Demo/sgi/al/intercom.py b/Demo/sgi/al/intercom.py index db898f18d4b6..f101c11f19ab 100755 --- a/Demo/sgi/al/intercom.py +++ b/Demo/sgi/al/intercom.py @@ -7,7 +7,7 @@ # intercom hostname - start talking to person on other host # intercom -r hostname - called remotely to do the setup -import names +from names import * import sys, time, posix, gl, fl, FL, al, AL, getopt, rand from socket import *