diff options
-rwxr-xr-x | Demo/sgi/al/intercom.py | 2 |
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 * |