mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Irix 6 specific files -- thanks Sjoerd!
This commit is contained in:
parent
6ad8d13fe2
commit
1ce7c6fde8
58 changed files with 10664 additions and 0 deletions
24
Lib/plat-irix6/CL.py
Normal file
24
Lib/plat-irix6/CL.py
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue