Revision 876fb142 lib/ssh.py

b/lib/ssh.py
106 106
               for (kind, (privkey, pubkey, _)) in result))
107 107

  
108 108

  
109
class SshRunner:
109
class SshRunner(object):
110 110
  """Wrapper for SSH commands.
111 111

  
112 112
  """

Also available in: Unified diff