]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update pathnames
authorGuido van Rossum <guido@python.org>
Tue, 11 Oct 1994 14:57:03 +0000 (14:57 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Oct 1994 14:57:03 +0000 (14:57 +0000)
Demo/tkinter/guido/MimeViewer.py
Demo/tkinter/guido/dialog.py
Demo/tkinter/guido/electrons.py
Demo/tkinter/guido/mbox.py
Demo/tkinter/guido/rmt.py
Demo/tkinter/guido/svkill.py
Demo/tkinter/guido/tkman.py

index 5bf194ab54410fb4e8930f88e80fa335b0733f8f..06b7a882eddf6cd3a074056b8d66e9337d42e0c1 100755 (executable)
@@ -1,4 +1,4 @@
-#! /ufs/guido/bin/sgi/tkpython
+#! /usr/local/bin/python
 
 # View a single MIME multipart message.
 # Display each part as a box.
index 621646aeb5b4e235e08431bda194ce955de22065..27cddf0c82ec34e3134a91547af9dc47ed4816f0 100755 (executable)
@@ -1,4 +1,4 @@
-#! /ufs/guido/bin/sgi/tkpython
+#! /usr/local/bin/python
 
 # A Python function that generates dialog boxes with a text message,
 # optional bitmap, and any number of buttons.
index 56f33f46a2c6aee0a6bb379c9210a9fef8e08f1b..5f6c8b589d6c42c5c29b23f4bb2bc9aca3c7cf9a 100755 (executable)
@@ -1,4 +1,5 @@
-#!/ufs/guido/bin/sgi/tkpython
+#! /usr/local/bin/python
+
 # Simulate "electrons" migrating across the screen.  
 # An optional bitmap file in can be in the background.
 #
index 41ece240042884612f38cdc873e579bd492f4f8f..338231147b62d3544db8b8c43702026d1f6ac5a1 100755 (executable)
@@ -1,4 +1,4 @@
-#! /ufs/guido/bin/sgi/tkpython
+#! /usr/local/bin/python
 
 # Scan MH folder, display results in window
 
index 44bbcf4fc73f52c611bebdde3f511a6b2d505f94..25b84e220311bb502cf5821df251e431828a1afd 100755 (executable)
@@ -1,4 +1,4 @@
-#! /ufs/guido/bin/sgi/tkpython
+#! /usr/local/bin/python
 
 # A Python program implementing rmt, an application for remotely
 # controlling other Tk applications.
index c70e1d03c447970cce96214d77e6a291485d2eba..ed8a0a703688bea9a09a6b6cd7fe97d749bb179e 100755 (executable)
@@ -1,4 +1,5 @@
-#! /ufs/guido/bin/sgi/tkpython
+#! /usr/local/bin/python
+
 # Tkinter interface to SYSV `kill' command.
 
 from Tkinter import *
index ef94ce1b7578d37420d184b94556c0c7b3c3b9ee..1a913c3f515a0cdc9a8caf191575f3023feabcb2 100755 (executable)
@@ -1,4 +1,4 @@
-#! /ufs/guido/bin/sgi/tkpython
+#! /usr/local/bin/python
 
 # Tk man page browser -- currently only shows the Tcl/Tk man pages
 
@@ -9,7 +9,7 @@ import regex
 from Tkinter import *
 
 import addpack
-addpack.addpack('/ufs/guido/src/python/Demo/tkinter')
+addpack.addpack('/ufs/guido/src/python/Demo/guido/tkinter')
 from ManPage import ManPage
 
 MANNDIR = '/usr/local/man/mann'