~jelmer/brz/bundle-git-plugin

« back to all changes in this revision

Viewing changes to breezy/transport/sftp.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-25 00:39:16 UTC
  • mfrom: (6926 work)
  • mto: This revision was merged to the branch mainline in revision 6928.
  • Revision ID: jelmer@jelmer.uk-20180325003916-mqa5uj4uq55hrjq9
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
                return asbytes()
119
119
        return s
120
120
 
121
 
    _bad.func_code = _b_for_broken_paramiko.func_code
122
 
    _bad_asbytes.func_code = _asbytes_for_broken_paramiko.func_code
 
121
    _bad.__code__ = _b_for_broken_paramiko.__code__
 
122
    _bad_asbytes.__code__ = _asbytes_for_broken_paramiko.__code__
123
123
 
124
124
 
125
125
class SFTPLock(object):