~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Jelmer Vernooij
  • Date: 2011-10-14 13:56:45 UTC
  • mfrom: (6215 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6216.
  • Revision ID: jelmer@samba.org-20111014135645-phc3q3y21k2ks0s2
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1666
1666
 
1667
1667
    def __init__(self, exc_info):
1668
1668
        import traceback
 
1669
        # GZ 2010-08-10: Cycle with exc_tb/exc_info affects at least one test
1669
1670
        self.exc_type, self.exc_value, self.exc_tb = exc_info
1670
1671
        self.exc_info = exc_info
1671
1672
        traceback_strings = traceback.format_exception(