173
173
register_ssh_vendor = _ssh_vendor_manager.register_vendor
177
177
# TODO: This should possibly ignore SIGHUP as well, but bzr currently
178
178
# doesn't handle it itself.
179
179
# <https://launchpad.net/products/bzr/+bug/41433/+index>
181
181
signal.signal(signal.SIGINT, signal.SIG_IGN)
184
187
class SocketAsChannelAdapter(object):