Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b39796

Browse files
committed
Fix names import.
1 parent c96f38e commit 5b39796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Demo/sgi/al/intercom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# intercom hostname - start talking to person on other host
88
# intercom -r hostname - called remotely to do the setup
99

10-
import names
10+
from names import *
1111
import sys, time, posix, gl, fl, FL, al, AL, getopt, rand
1212
from socket import *
1313

0 commit comments

Comments
 (0)