~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Revert out everything that doesn't deal with exc_info changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1659
1659
 
1660
1660
    def __init__(self, exc_info):
1661
1661
        import traceback
1662
 
        # GZ 2010-08-10: Cycle with exc_tb/exc_info affects at least one test
1663
1662
        self.exc_type, self.exc_value, self.exc_tb = exc_info
1664
1663
        self.exc_info = exc_info
1665
1664
        traceback_strings = traceback.format_exception(