summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-17 18:28:57 +0000
committerGeorg Brandl <georg@python.org>2008-05-17 18:28:57 +0000
commit330231238327558337b9d8dbabe3a3b02641501d (patch)
treeec8f070c5b823e470045eaad31eae2105dff48a1
parent094c4ffe5915bf2700be833bcf42c2e64b1dab69 (diff)
downloadcpython-git-330231238327558337b9d8dbabe3a3b02641501d.tar.gz
Tkinter move, part 1: move modules.
-rw-r--r--Lib/tkinter/__init__.py (renamed from Lib/lib-tk/Tkinter.py)0
-rw-r--r--Lib/tkinter/_fix.py (renamed from Lib/lib-tk/FixTk.py)0
-rw-r--r--Lib/tkinter/colorchooser.py (renamed from Lib/lib-tk/tkColorChooser.py)0
-rw-r--r--Lib/tkinter/commondialog.py (renamed from Lib/lib-tk/tkCommonDialog.py)0
-rw-r--r--Lib/tkinter/constants.py (renamed from Lib/lib-tk/Tkconstants.py)0
-rw-r--r--Lib/tkinter/dialog.py (renamed from Lib/lib-tk/Dialog.py)0
-rw-r--r--Lib/tkinter/dnd.py (renamed from Lib/lib-tk/Tkdnd.py)0
-rw-r--r--Lib/tkinter/filedialog.py (renamed from Lib/lib-tk/FileDialog.py)0
-rw-r--r--Lib/tkinter/font.py (renamed from Lib/lib-tk/tkFont.py)0
-rw-r--r--Lib/tkinter/messagebox.py (renamed from Lib/lib-tk/tkMessageBox.py)0
-rw-r--r--Lib/tkinter/scrolledtext.py (renamed from Lib/lib-tk/ScrolledText.py)0
-rw-r--r--Lib/tkinter/simpledialog.py (renamed from Lib/lib-tk/SimpleDialog.py)0
-rwxr-xr-xLib/tkinter/tix.py (renamed from Lib/lib-tk/Tix.py)0
-rw-r--r--Lib/tkinter/turtle.py (renamed from Lib/lib-tk/turtle.py)0
14 files changed, 0 insertions, 0 deletions
diff --git a/Lib/lib-tk/Tkinter.py b/Lib/tkinter/__init__.py
index d600f29843..d600f29843 100644
--- a/Lib/lib-tk/Tkinter.py
+++ b/Lib/tkinter/__init__.py
diff --git a/Lib/lib-tk/FixTk.py b/Lib/tkinter/_fix.py
index 8820cba9b8..8820cba9b8 100644
--- a/Lib/lib-tk/FixTk.py
+++ b/Lib/tkinter/_fix.py
diff --git a/Lib/lib-tk/tkColorChooser.py b/Lib/tkinter/colorchooser.py
index e3593ed24c..e3593ed24c 100644
--- a/Lib/lib-tk/tkColorChooser.py
+++ b/Lib/tkinter/colorchooser.py
diff --git a/Lib/lib-tk/tkCommonDialog.py b/Lib/tkinter/commondialog.py
index a5815c660b..a5815c660b 100644
--- a/Lib/lib-tk/tkCommonDialog.py
+++ b/Lib/tkinter/commondialog.py
diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/tkinter/constants.py
index 63eee33d24..63eee33d24 100644
--- a/Lib/lib-tk/Tkconstants.py
+++ b/Lib/tkinter/constants.py
diff --git a/Lib/lib-tk/Dialog.py b/Lib/tkinter/dialog.py
index 0ddfc735e7..0ddfc735e7 100644
--- a/Lib/lib-tk/Dialog.py
+++ b/Lib/tkinter/dialog.py
diff --git a/Lib/lib-tk/Tkdnd.py b/Lib/tkinter/dnd.py
index 2e37d9ec39..2e37d9ec39 100644
--- a/Lib/lib-tk/Tkdnd.py
+++ b/Lib/tkinter/dnd.py
diff --git a/Lib/lib-tk/FileDialog.py b/Lib/tkinter/filedialog.py
index 9ded88b553..9ded88b553 100644
--- a/Lib/lib-tk/FileDialog.py
+++ b/Lib/tkinter/filedialog.py
diff --git a/Lib/lib-tk/tkFont.py b/Lib/tkinter/font.py
index 4b4dc67197..4b4dc67197 100644
--- a/Lib/lib-tk/tkFont.py
+++ b/Lib/tkinter/font.py
diff --git a/Lib/lib-tk/tkMessageBox.py b/Lib/tkinter/messagebox.py
index 94ba788b15..94ba788b15 100644
--- a/Lib/lib-tk/tkMessageBox.py
+++ b/Lib/tkinter/messagebox.py
diff --git a/Lib/lib-tk/ScrolledText.py b/Lib/tkinter/scrolledtext.py
index 95fd423759..95fd423759 100644
--- a/Lib/lib-tk/ScrolledText.py
+++ b/Lib/tkinter/scrolledtext.py
diff --git a/Lib/lib-tk/SimpleDialog.py b/Lib/tkinter/simpledialog.py
index fa2d1adc70..fa2d1adc70 100644
--- a/Lib/lib-tk/SimpleDialog.py
+++ b/Lib/tkinter/simpledialog.py
diff --git a/Lib/lib-tk/Tix.py b/Lib/tkinter/tix.py
index f523d7aca6..f523d7aca6 100755
--- a/Lib/lib-tk/Tix.py
+++ b/Lib/tkinter/tix.py
diff --git a/Lib/lib-tk/turtle.py b/Lib/tkinter/turtle.py
index 960a9f61d5..960a9f61d5 100644
--- a/Lib/lib-tk/turtle.py
+++ b/Lib/tkinter/turtle.py