diff options
Diffstat (limited to 'Lib/plat-mac/EasyDialogs.py')
-rw-r--r-- | Lib/plat-mac/EasyDialogs.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/plat-mac/EasyDialogs.py b/Lib/plat-mac/EasyDialogs.py index 3cafbb7bf0..f3d7e78cd4 100644 --- a/Lib/plat-mac/EasyDialogs.py +++ b/Lib/plat-mac/EasyDialogs.py @@ -18,6 +18,9 @@ This module uses DLOG resources 260 and on. Based upon STDWIN dialogs with the same names and functions. """ +from warnings import warnpy3k +warnpy3k("In 3.x, the EasyDialogs module is removed.") + from Carbon.Dlg import GetNewDialog, SetDialogItemText, GetDialogItemText, ModalDialog from Carbon import Qd from Carbon import QuickDraw |