mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
fix a lot of Tkinter imports
This commit is contained in:
parent
6cb2bddb85
commit
d6d63f5437
76 changed files with 536 additions and 536 deletions
|
|
@ -6,7 +6,7 @@ import sys
|
|||
import os
|
||||
import string
|
||||
import re
|
||||
from Tkinter import *
|
||||
from tkinter import *
|
||||
from ManPage import ManPage
|
||||
|
||||
MANNDIRLIST = ['/depot/sundry/man/mann','/usr/local/man/mann']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue