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

Skip to content

Commit 9978a16

Browse files
committed
Move parametrizations to "names.py"
1 parent 50692d6 commit 9978a16

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

Demo/sgi/al/intercom.py

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

10+
import names
1011
import sys, time, posix, gl, fl, FL, al, AL, getopt, rand
1112
from socket import *
1213

13-
# Hack sys.path so AL can be found
14-
LIB = '/ufs/guido/lib/python'
15-
if LIB not in sys.path: sys.path.insert(0, LIB)
16-
17-
# Python binary to be used on remote machine
18-
PYTHON = '/ufs/guido/bin/sgi/python'
19-
20-
# Directory where the programs live
21-
AUDIODIR = '/ufs/guido/mm/demo/audio'
22-
2314
# UDP port numbers used (one for each direction!)
2415
PORT1 = 51042
2516
PORT2 = PORT1+1

0 commit comments

Comments
 (0)