summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-09-15 21:26:44 (GMT)
committerGuido van Rossum <guido@python.org>1991-09-15 21:26:44 (GMT)
commit5b39796eca2f0abdf156bd0f7336a44b96effe8a (patch)
treeebe3e7c943a95d5b95ab7d9cf0b5c34488f7b406
parentc96f38eb1f9cca37eef819c29411e8ab79c610a3 (diff)
downloadcpython-5b39796eca2f0abdf156bd0f7336a44b96effe8a.zip
cpython-5b39796eca2f0abdf156bd0f7336a44b96effe8a.tar.gz
cpython-5b39796eca2f0abdf156bd0f7336a44b96effe8a.tar.bz2
Fix names import.
-rwxr-xr-xDemo/sgi/al/intercom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/al/intercom.py b/Demo/sgi/al/intercom.py
index db898f1..f101c11 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 *