diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-11 21:03:37 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-11 21:03:37 (GMT) |
commit | 68c7e26dc953c5403bd193def3c966f0297ffeae (patch) | |
tree | 10dc13af43707c54e51de4165a9097f111edc0f6 /Mac/Lib/lib-compat/Cm.py | |
parent | 04a8da5cdb185322ca519db1e731ba10d7646970 (diff) | |
download | cpython-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.py | 4 |
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 * |