diff options
author | Georg Brandl <georg@python.org> | 2008-05-20 06:49:28 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-20 06:49:28 +0000 |
commit | 248e3a8b7f7868e72a056609605bc1e7d84b1393 (patch) | |
tree | b4d8739d9de77a23ff64d7e67f0274d0ce45f657 /Lib/lib-tk/Tkdnd.py | |
parent | 7bb1653cc355ae77b4f13024314a0b56f3555a6e (diff) | |
download | cpython-git-248e3a8b7f7868e72a056609605bc1e7d84b1393.tar.gz |
Tkinter renaming reversal: Delete all stubs from lib-tk.
Diffstat (limited to 'Lib/lib-tk/Tkdnd.py')
-rw-r--r-- | Lib/lib-tk/Tkdnd.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/lib-tk/Tkdnd.py b/Lib/lib-tk/Tkdnd.py deleted file mode 100644 index dfc0f74a3a..0000000000 --- a/Lib/lib-tk/Tkdnd.py +++ /dev/null @@ -1,8 +0,0 @@ -import sys -from warnings import warnpy3k - -warnpy3k("the Tkdnd module has been renamed " - "to 'tkinter.dnd' in Python 3.0", stacklevel=2) - -import tkinter.dnd -sys.modules[__name__] = tkinter.dnd |