From: Guido van Rossum Date: Thu, 6 Oct 1994 15:50:49 +0000 (+0000) Subject: Micro portability changes X-Git-Tag: v1.1~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac97fd7fc841b8b06fc0862847a5c2988fb9eed6;p=thirdparty%2FPython%2Fcpython.git Micro portability changes --- diff --git a/Demo/tkinter/guido/kill.py b/Demo/tkinter/guido/kill.py index 93092e2972cc..8f45a29bb90d 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 * diff --git a/Demo/tkinter/guido/tkman.py b/Demo/tkinter/guido/tkman.py index fecf962202b8..ef94ce1b7578 100755 --- a/Demo/tkinter/guido/tkman.py +++ b/Demo/tkinter/guido/tkman.py @@ -7,6 +7,9 @@ import os import string import regex from Tkinter import * + +import addpack +addpack.addpack('/ufs/guido/src/python/Demo/tkinter') from ManPage import ManPage MANNDIR = '/usr/local/man/mann'