X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..121e1ac8b27290d0f4c4ab69c90afcfe01c38db7:/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