Kaydet (Commit) 2784df75 authored tarafından Facundo Batista's avatar Facundo Batista

SF Bug #1046800: Importing Tkinter correctly (thanks Vishnu).

üst 2d1a50ca
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment