diff options
author | Guido van Rossum <guido@python.org> | 1997-09-09 03:50:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-09 03:50:59 (GMT) |
commit | 1c0d851a32c9c271215572ed37cdd38d60125d04 (patch) | |
tree | ac9e9b801f9d88a1930ea9088486bf8e34b0f7b2 /Lib/irix5/CL.py | |
parent | 5c1f5bd5f64c2c60afa5221862fd220cd086c5c8 (diff) | |
download | cpython-1c0d851a32c9c271215572ed37cdd38d60125d04.zip cpython-1c0d851a32c9c271215572ed37cdd38d60125d04.tar.gz cpython-1c0d851a32c9c271215572ed37cdd38d60125d04.tar.bz2 |
Renamed platform specific subdirectories to plat-*.
Diffstat (limited to 'Lib/irix5/CL.py')
-rwxr-xr-x | Lib/irix5/CL.py | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Lib/irix5/CL.py b/Lib/irix5/CL.py deleted file mode 100755 index 468ecaa..0000000 --- a/Lib/irix5/CL.py +++ /dev/null @@ -1,24 +0,0 @@ -# Backward compatible module CL. -# All relevant symbols are now defined in the module cl. -try: - from cl import * -except ImportError: - from CL_old import * -else: - del CompressImage - del DecompressImage - del GetAlgorithmName - del OpenCompressor - del OpenDecompressor - del QueryAlgorithms - del QueryMaxHeaderSize - del QueryScheme - del QuerySchemeFromName - del SetDefault - del SetMax - del SetMin - try: - del cvt_type - except NameError: - pass - del error |