From 4450bab75005f254ff78ac3c21a33aa203db4394 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 11 Oct 1994 14:57:03 +0000 Subject: update pathnames --- Demo/tkinter/guido/dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demo/tkinter/guido/dialog.py') diff --git a/Demo/tkinter/guido/dialog.py b/Demo/tkinter/guido/dialog.py index 621646aeb5..27cddf0c82 100755 --- a/Demo/tkinter/guido/dialog.py +++ b/Demo/tkinter/guido/dialog.py @@ -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. -- cgit v1.2.1