From 1ee32cb06834ebb80d548ef4039b9e40f928900e Mon Sep 17 00:00:00 2001 From: Timothy Asir Jeyasingh Date: Tue, 24 Jun 2014 14:44:55 +0530 Subject: fix pep8 errors Change-Id: I3121e6b4044e2f0831fe3c862fb12e8bc27cfd3c Signed-off-by: Timothy Asir Jeyasingh Reviewed-on: http://review.gluster.org/8160 Tested-by: Timothy Asir Reviewed-by: Sahina Bose --- glusternagios/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusternagios/utils.py') diff --git a/glusternagios/utils.py b/glusternagios/utils.py index 88ebccf..3882a63 100644 --- a/glusternagios/utils.py +++ b/glusternagios/utils.py @@ -18,7 +18,7 @@ # Refer to the README and COPYING files for full details of the license # -## most of the code is copied from vdsm project +# most of the code is copied from vdsm project import logging import subprocess -- cgit