]> granicus.if.org Git - python/commit
Tkinter renaming reversal: move modules back in their place.
authorGeorg Brandl <georg@python.org>
Tue, 20 May 2008 06:58:21 +0000 (06:58 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 20 May 2008 06:58:21 +0000 (06:58 +0000)
commit33cece05b918dff706a4298e33f84d8e8a0391d2
treec78da9213928978586e3e5259195a6be2d580648
parent248e3a8b7f7868e72a056609605bc1e7d84b1393
Tkinter renaming reversal: move modules back in their place.
16 files changed:
Lib/lib-tk/Dialog.py [new file with mode: 0644]
Lib/lib-tk/FileDialog.py [new file with mode: 0644]
Lib/lib-tk/FixTk.py [new file with mode: 0644]
Lib/lib-tk/ScrolledText.py [new file with mode: 0644]
Lib/lib-tk/SimpleDialog.py [new file with mode: 0644]
Lib/lib-tk/Tix.py [new file with mode: 0755]
Lib/lib-tk/Tkconstants.py [new file with mode: 0644]
Lib/lib-tk/Tkdnd.py [new file with mode: 0644]
Lib/lib-tk/Tkinter.py [new file with mode: 0644]
Lib/lib-tk/tkColorChooser.py [new file with mode: 0644]
Lib/lib-tk/tkCommonDialog.py [new file with mode: 0644]
Lib/lib-tk/tkFileDialog.py [new file with mode: 0644]
Lib/lib-tk/tkFont.py [new file with mode: 0644]
Lib/lib-tk/tkMessageBox.py [new file with mode: 0644]
Lib/lib-tk/tkSimpleDialog.py [new file with mode: 0644]
Lib/lib-tk/turtle.py [new file with mode: 0644]