Commit 1b83316d authored by Guido van Rossum's avatar Guido van Rossum

Move parametrizations to "names.py"

parent af03ab9b
...@@ -7,19 +7,10 @@ ...@@ -7,19 +7,10 @@
# 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
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 *
# Hack sys.path so AL can be found
LIB = '/ufs/guido/lib/python'
if LIB not in sys.path: sys.path.insert(0, LIB)
# Python binary to be used on remote machine
PYTHON = '/ufs/guido/bin/sgi/python'
# Directory where the programs live
AUDIODIR = '/ufs/guido/mm/demo/audio'
# UDP port numbers used (one for each direction!) # UDP port numbers used (one for each direction!)
PORT1 = 51042 PORT1 = 51042
PORT2 = PORT1+1 PORT2 = PORT1+1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment