summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--paramiko/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/paramiko/config.py b/paramiko/config.py
index 8e45ad55..e41bae43 100644
--- a/paramiko/config.py
+++ b/paramiko/config.py
@@ -74,6 +74,7 @@ class LazyFqdn(object):
self.fqdn = fqdn
return self.fqdn
+
class SSHConfig (object):
"""
Representation of config information as stored in the format used by