/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/groupcompress.py

MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2066
2066
        decode_base128_int,
2067
2067
        )
2068
2068
    GroupCompressor = PyrexGroupCompressor
2069
 
except ImportError:
 
2069
except ImportError, e:
 
2070
    osutils.failed_to_load_extension(e)
2070
2071
    GroupCompressor = PythonGroupCompressor
2071
2072