X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..8f8c4b40456b5a4ef56a704c69570c7a1c86e714:/wxPython/wx/lib/ErrorDialogs.py diff --git a/wxPython/wx/lib/ErrorDialogs.py b/wxPython/wx/lib/ErrorDialogs.py index 5be4ea7119..bff5bb0173 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 | +##############################################################/ + +""" + +warnings.warn(warningmsg, DeprecationWarning, stacklevel=2) + +#---------------------------------------------------------------------- + + _debug = 0 #_debug = 1 # uncomment to display some information (to stdout) Version = 1.3