commit | 330231238327558337b9d8dbabe3a3b02641501d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat May 17 18:28:57 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat May 17 18:28:57 2008 +0000 |
tree | ec8f070c5b823e470045eaad31eae2105dff48a1 | |
parent | 094c4ffe5915bf2700be833bcf42c2e64b1dab69 [diff] |
Tkinter move, part 1: move modules.
diff --git a/Lib/lib-tk/Tkinter.py b/Lib/tkinter/__init__.py similarity index 100% rename from Lib/lib-tk/Tkinter.py rename to Lib/tkinter/__init__.py
diff --git a/Lib/lib-tk/FixTk.py b/Lib/tkinter/_fix.py similarity index 100% rename from Lib/lib-tk/FixTk.py rename to Lib/tkinter/_fix.py
diff --git a/Lib/lib-tk/tkColorChooser.py b/Lib/tkinter/colorchooser.py similarity index 100% rename from Lib/lib-tk/tkColorChooser.py rename to Lib/tkinter/colorchooser.py
diff --git a/Lib/lib-tk/tkCommonDialog.py b/Lib/tkinter/commondialog.py similarity index 100% rename from Lib/lib-tk/tkCommonDialog.py rename to Lib/tkinter/commondialog.py
diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/tkinter/constants.py similarity index 100% rename from Lib/lib-tk/Tkconstants.py rename to Lib/tkinter/constants.py
diff --git a/Lib/lib-tk/Dialog.py b/Lib/tkinter/dialog.py similarity index 100% rename from Lib/lib-tk/Dialog.py rename to Lib/tkinter/dialog.py
diff --git a/Lib/lib-tk/Tkdnd.py b/Lib/tkinter/dnd.py similarity index 100% rename from Lib/lib-tk/Tkdnd.py rename to Lib/tkinter/dnd.py
diff --git a/Lib/lib-tk/FileDialog.py b/Lib/tkinter/filedialog.py similarity index 100% rename from Lib/lib-tk/FileDialog.py rename to Lib/tkinter/filedialog.py
diff --git a/Lib/lib-tk/tkFont.py b/Lib/tkinter/font.py similarity index 100% rename from Lib/lib-tk/tkFont.py rename to Lib/tkinter/font.py
diff --git a/Lib/lib-tk/tkMessageBox.py b/Lib/tkinter/messagebox.py similarity index 100% rename from Lib/lib-tk/tkMessageBox.py rename to Lib/tkinter/messagebox.py
diff --git a/Lib/lib-tk/ScrolledText.py b/Lib/tkinter/scrolledtext.py similarity index 100% rename from Lib/lib-tk/ScrolledText.py rename to Lib/tkinter/scrolledtext.py
diff --git a/Lib/lib-tk/SimpleDialog.py b/Lib/tkinter/simpledialog.py similarity index 100% rename from Lib/lib-tk/SimpleDialog.py rename to Lib/tkinter/simpledialog.py
diff --git a/Lib/lib-tk/Tix.py b/Lib/tkinter/tix.py similarity index 100% rename from Lib/lib-tk/Tix.py rename to Lib/tkinter/tix.py
diff --git a/Lib/lib-tk/turtle.py b/Lib/tkinter/turtle.py similarity index 100% rename from Lib/lib-tk/turtle.py rename to Lib/tkinter/turtle.py