[Python-checkins] r62719 - sandbox/trunk/ttk-gsoc/Lib/lib-tk/Ttk.py

guilherme.polo python-checkins at python.org
Mon May 5 02:55:43 CEST 2008


Author: guilherme.polo
Date: Mon May  5 02:55:43 2008
New Revision: 62719

Log:
Added Labelframe to __all__

Modified:
   sandbox/trunk/ttk-gsoc/Lib/lib-tk/Ttk.py

Modified: sandbox/trunk/ttk-gsoc/Lib/lib-tk/Ttk.py
==============================================================================
--- sandbox/trunk/ttk-gsoc/Lib/lib-tk/Ttk.py	(original)
+++ sandbox/trunk/ttk-gsoc/Lib/lib-tk/Ttk.py	Mon May  5 02:55:43 2008
@@ -17,9 +17,9 @@
 __author__ = "Guilherme Polo <ggpolo at gmail.com>"
 
 __all__ = ["Button", "Checkbutton", "Combobox", "Entry", "Frame", 
-           "Label", "LabelFrame", "Menubutton", "Notebook", "Panedwindow", 
-           "PanedWindow", "Progressbar", "Radiobutton", "Scrollbar", 
-           "Separator", "Sizegrip", "Style", "Treeview"]
+           "Label", "Labelframe", "LabelFrame", "Menubutton", "Notebook", 
+           "Panedwindow", "PanedWindow", "Progressbar", "Radiobutton", 
+           "Scrollbar", "Separator", "Sizegrip", "Style", "Treeview"]
 
 import Tkinter
 


More information about the Python-checkins mailing list