diff options
Diffstat (limited to 'lldb/utils/sync-source/lib/transfer/rsync.py')
-rw-r--r-- | lldb/utils/sync-source/lib/transfer/rsync.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/utils/sync-source/lib/transfer/rsync.py b/lldb/utils/sync-source/lib/transfer/rsync.py index 7a89344b699..8269fada676 100644 --- a/lldb/utils/sync-source/lib/transfer/rsync.py +++ b/lldb/utils/sync-source/lib/transfer/rsync.py @@ -7,6 +7,7 @@ import transfer.protocol class RsyncOverSsh(transfer.protocol.Protocol): + def __init__(self, options, config): super(RsyncOverSsh, self).__init__(options, config) self.ssh_config = config.get_value("ssh") |