From 1903ee1432676f1d3a51daba7ae2edffdd4a28cd Mon Sep 17 00:00:00 2001 From: Olle Lundberg Date: Thu, 28 Feb 2013 12:52:01 +0100 Subject: [PATCH] Pep8 fixes --- paramiko/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/paramiko/config.py b/paramiko/config.py index 8e45ad5..e41bae4 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