From 2372142eaa9c584ba4bb37dc80d7ee6162560a77 Mon Sep 17 00:00:00 2001 From: lrqrun Date: Wed, 29 Aug 2012 14:17:08 +0800 Subject: Fix PEP8 issues. Fix some pep8 issues in doc/source/conf.py and tests/test_shell.py make the code looks pretty. Change-Id: I927f03aff4190f1ac30eb56e7c545de555978c31 --- tests/test_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_shell.py b/tests/test_shell.py index 850b57f1..6410935a 100644 --- a/tests/test_shell.py +++ b/tests/test_shell.py @@ -66,7 +66,7 @@ class ShellTest(utils.TestCase): # Make a fake shell object, a helping wrapper to call it, and a quick # way of asserting that certain API calls were made. global shell, _shell, assert_called, assert_called_anytime - shell = lambda sh,cmd: sh.run(cmd.split()) + shell = lambda sh, cmd: sh.run(cmd.split()) # Patch out some common methods #self.auth_patch = mock.patch( -- cgit v1.2.1