]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix names import.
authorGuido van Rossum <guido@python.org>
Sun, 15 Sep 1991 21:26:44 +0000 (21:26 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 15 Sep 1991 21:26:44 +0000 (21:26 +0000)
Demo/sgi/al/intercom.py

index db898f18d4b695706f8f22f64e9dfcb5c65a78c1..f101c11f19abe98bf5587f25553a80c2403e4d07 100755 (executable)
@@ -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 *