mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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
|
@ -5,8 +5,8 @@
|
|||
|
||||
import string
|
||||
from types import *
|
||||
from Tkinter import *
|
||||
from ScrolledText import ScrolledText
|
||||
from tkinter import *
|
||||
from tkinter.scrolledtext import ScrolledText
|
||||
|
||||
class MimeViewer:
|
||||
def __init__(self, parent, title, msg):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue