summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-compat/Cm.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-04-11 21:03:37 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-04-11 21:03:37 (GMT)
commit68c7e26dc953c5403bd193def3c966f0297ffeae (patch)
tree10dc13af43707c54e51de4165a9097f111edc0f6 /Mac/Lib/lib-compat/Cm.py
parent04a8da5cdb185322ca519db1e731ba10d7646970 (diff)
downloadcpython-68c7e26dc953c5403bd193def3c966f0297ffeae.zip
cpython-68c7e26dc953c5403bd193def3c966f0297ffeae.tar.gz
cpython-68c7e26dc953c5403bd193def3c966f0297ffeae.tar.bz2
Get rid of backward compatibility modules. Do this fairly early in the 2.3 cycle so we don't shoot ourselves in the foot later.
Diffstat (limited to 'Mac/Lib/lib-compat/Cm.py')
-rw-r--r--Mac/Lib/lib-compat/Cm.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Lib/lib-compat/Cm.py b/Mac/Lib/lib-compat/Cm.py
deleted file mode 100644
index 16a16dc..0000000
--- a/Mac/Lib/lib-compat/Cm.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
- DeprecationWarning, stacklevel=2)
-from Carbon.Cm import *