blob: dfc0f74a3a0c970060479c63d4286675691d53f5 [file] [log] [blame]
Georg Brandlad9afeb2008-05-16 15:48:15 +00001import sys
2from warnings import warnpy3k
3
4warnpy3k("the Tkdnd module has been renamed "
5 "to 'tkinter.dnd' in Python 3.0", stacklevel=2)
6
7import tkinter.dnd
8sys.modules[__name__] = tkinter.dnd