]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorGuido van Rossum <guido@python.org>
Sun, 15 Sep 1991 21:26:52 +0000 (21:26 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 15 Sep 1991 21:26:52 +0000 (21:26 +0000)
Demo/sgi/al/names.py

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