mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Micro portability changes
This commit is contained in:
parent
9702c4bde0
commit
ac97fd7fc8
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/tkpython
|
||||
#!/usr/local/bin/python
|
||||
# Tkinter interface to Linux `kill' command.
|
||||
|
||||
from Tkinter import *
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue