commit | ac97fd7fc841b8b06fc0862847a5c2988fb9eed6 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Oct 06 15:50:49 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Oct 06 15:50:49 1994 +0000 |
tree | 1b878fd0d20a93c224a32cfa7d03d5ca6cc708cf | |
parent | 9702c4bde00a63611b09ad9b60c27d046a2a5c0b [diff] [blame] |
Micro portability changes
diff --git a/Demo/tkinter/guido/kill.py b/Demo/tkinter/guido/kill.py index 93092e2..8f45a29 100755 --- a/Demo/tkinter/guido/kill.py +++ b/Demo/tkinter/guido/kill.py
@@ -1,4 +1,4 @@ -#!/usr/local/bin/tkpython +#!/usr/local/bin/python # Tkinter interface to Linux `kill' command. from Tkinter import *