mirror of https://github.com/python/cpython
Fix names import.
This commit is contained in:
parent
c96f38eb1f
commit
5b39796eca
|
@ -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 *
|
||||
|
||||
|
|
Loading…
Reference in New Issue