/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 breezy/crash.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-02-03 23:21:15 UTC
  • mfrom: (7290.42.6 paramiko-compat)
  • Revision ID: breezy.the.bot@gmail.com-20200203232115-g7k11bhsfeiqcprv
Fix compatibility with newer versions of paramiko, which break on noise before keys in pem files.

Merged from https://code.launchpad.net/~jelmer/brz/paramiko-compat/+merge/378480

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
# to test with apport it's useful to set
45
45
# export APPORT_IGNORE_OBSOLETE_PACKAGES=1
46
46
 
47
 
from io import StringIO
48
47
import os
49
48
import platform
50
49
import pprint
59
58
    plugin,
60
59
    trace,
61
60
    )
 
61
from .sixish import (
 
62
    StringIO,
 
63
    )
62
64
 
63
65
 
64
66
def report_bug(exc_info, stderr):