mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
SF Bug #1046800: Importing Tkinter correctly (thanks Vishnu).
This commit is contained in:
parent
2d1a50ca13
commit
2784df7502
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ is part of the implementation, and not an interface to Tk functionality.
|
|||
Here are some examples of typical usage:
|
||||
|
||||
\begin{verbatim}
|
||||
import Tkinter
|
||||
from Tkinter import *
|
||||
class App(Frame):
|
||||
def __init__(self, master=None):
|
||||
Frame.__init__(self, master)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue