mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming
This commit is contained in:
parent
b897c9a1a6
commit
6acb075f03
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
# - type: dialog type; that is, which buttons to display (see below)
|
||||
#
|
||||
|
||||
from Tkinter.commondialog import Dialog
|
||||
from tkCommonDialog import Dialog
|
||||
|
||||
#
|
||||
# constants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue