Fix typo.

This commit is contained in:
Guido van Rossum 1991-09-15 21:26:52 +00:00
parent 5b39796eca
commit 944e76fb3c
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import sys
# My home directory/ # My home directory/
GUIDO = '/ufs/guido/' GUIDO = '/ufs/guido/'
@ -10,4 +11,4 @@ if LIB not in sys.path: sys.path.insert(0, LIB)
PYTHON = GUIDO + 'bin/sgi/python' PYTHON = GUIDO + 'bin/sgi/python'
# Directory where the programs live # Directory where the programs live
AUDIODIR = GUIDO + 'src/python/demo/srg/al' AUDIODIR = GUIDO + 'src/python/demo/sgi/al'