X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..66394199cf03f0e9a3a675fe9829d31463ad38bb:/wxPython/wx/lib/ErrorDialogs.py diff --git a/wxPython/wx/lib/ErrorDialogs.py b/wxPython/wx/lib/ErrorDialogs.py index 5be4ea7119..0fb94350a2 100644 --- a/wxPython/wx/lib/ErrorDialogs.py +++ b/wxPython/wx/lib/ErrorDialogs.py @@ -142,6 +142,23 @@ FOR INTERNATIONAL [NON-ENGLISH-SPEAKING] USE: """ + +#---------------------------------------------------------------------- +import warnings + +warningmsg = r"""\ + +##############################################################\ +# THIS MODULE IS DEPRECATED and NOT MAINTAINED | +##############################################################/ + +""" + +warnings.warn(warningmsg, DeprecationWarning, stacklevel=2) + +#---------------------------------------------------------------------- + + _debug = 0 #_debug = 1 # uncomment to display some information (to stdout) Version = 1.3