]> granicus.if.org Git - python/commitdiff
SF Bug #1046800: Importing Tkinter correctly (thanks Vishnu).
authorFacundo Batista <facundobatista@gmail.com>
Sat, 16 Oct 2004 21:40:35 +0000 (21:40 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sat, 16 Oct 2004 21:40:35 +0000 (21:40 +0000)
Doc/lib/tkinter.tex

index cdc9b399f3132d8628deb5c7827fc9f8365c93b5..a2eac3679b57054d99962bdc76148b5cfdc3935d 100644 (file)
@@ -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)