blob: e759198ba80ef5270a20222dd4a30a7645bf6521 [file] [log] [blame]
Guido van Rossumc96f38e1991-09-15 21:26:30 +00001
2# My home directory/
3GUIDO = '/ufs/guido/'
4
5# Hack sys.path so AL can be found
6LIB = GUIDO + 'lib/python'
7if LIB not in sys.path: sys.path.insert(0, LIB)
8
9# Python binary to be used on remote machine
10PYTHON = GUIDO + 'bin/sgi/python'
11
12# Directory where the programs live
13AUDIODIR = GUIDO + 'src/python/demo/srg/al'