mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Fix names import.
This commit is contained in:
parent
c96f38eb1f
commit
5b39796eca
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
# intercom hostname - start talking to person on other host
|
# intercom hostname - start talking to person on other host
|
||||||
# intercom -r hostname - called remotely to do the setup
|
# 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
|
import sys, time, posix, gl, fl, FL, al, AL, getopt, rand
|
||||||
from socket import *
|
from socket import *
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue