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 --- tests/testrunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testrunner.py') diff --git a/tests/testrunner.py b/tests/testrunner.py index 56f1416..16b9685 100644 --- a/tests/testrunner.py +++ b/tests/testrunner.py @@ -18,7 +18,7 @@ # Refer to the README and COPYING files for full details of the license # -## This framework is mostly copied from vdsm test framework +# This framework is mostly copied from vdsm test framework import logging import sys -- cgit