~ubuntu-branches/ubuntu/karmic/pypy/karmic

« back to all changes in this revision

Viewing changes to lib-python/2.4.1/plat-irix5/CL.py

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Fayolle
  • Date: 2007-04-13 09:33:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070413093309-yoojh4jcoocu2krz
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Backward compatible module CL.
 
2
# All relevant symbols are now defined in the module cl.
 
3
try:
 
4
    from cl import *
 
5
except ImportError:
 
6
    from CL_old import *
 
7
else:
 
8
    del CompressImage
 
9
    del DecompressImage
 
10
    del GetAlgorithmName
 
11
    del OpenCompressor
 
12
    del OpenDecompressor
 
13
    del QueryAlgorithms
 
14
    del QueryMaxHeaderSize
 
15
    del QueryScheme
 
16
    del QuerySchemeFromName
 
17
    del SetDefault
 
18
    del SetMax
 
19
    del SetMin
 
20
    try:
 
21
        del cvt_type
 
22
    except NameError:
 
23
        pass
 
24
    del error