summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-compat/Mlte.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib/lib-compat/Mlte.py')
-rw-r--r--Mac/Lib/lib-compat/Mlte.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Lib/lib-compat/Mlte.py b/Mac/Lib/lib-compat/Mlte.py
index 2e354cd..bc15dc0 100644
--- a/Mac/Lib/lib-compat/Mlte.py
+++ b/Mac/Lib/lib-compat/Mlte.py
@@ -1 +1,4 @@
+import warnings
+warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
+ DeprecationWarning, stacklevel=2)
from Carbon.Mlte import *