]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/ErrorDialogs.py
Fix or add some DoGetBestSize's
[wxWidgets.git] / wxPython / wx / lib / ErrorDialogs.py
index 5be4ea7119fff4a7536dc9d802675bea50455267..0fb94350a251d8f3d9504624ab1daa6b198ea3b1 100644 (file)
@@ -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