mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Tkinter rename, step 2: fix imports and add stub modules.
This commit is contained in:
parent
bbc57d73a0
commit
ad9afeb8f0
53 changed files with 206 additions and 85 deletions
|
@ -10,11 +10,11 @@ import types
|
|||
import sys
|
||||
import codecs
|
||||
import tempfile
|
||||
import tkFileDialog
|
||||
import tkMessageBox
|
||||
import tkinter.filedialog as tkFileDialog
|
||||
import tkinter.messagebox as tkMessageBox
|
||||
import re
|
||||
from Tkinter import *
|
||||
from SimpleDialog import SimpleDialog
|
||||
from tkinter import *
|
||||
from tkinter.simpledialog import SimpleDialog
|
||||
|
||||
from configHandler import idleConf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue