diff options
Diffstat (limited to 'Lib/tkinter/dnd.py')
-rw-r--r-- | Lib/tkinter/dnd.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/tkinter/dnd.py b/Lib/tkinter/dnd.py index 4de2331..3120ff3 100644 --- a/Lib/tkinter/dnd.py +++ b/Lib/tkinter/dnd.py @@ -99,9 +99,10 @@ active; it will never call dnd_commit(). """ - import tkinter +__all__ = ["dnd_start", "DndHandler"] + # The factory function |