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
This commit is contained in:
lrqrun
2012-08-29 14:17:08 +08:00
parent 8010e773ac
commit 2372142eaa
2 changed files with 32 additions and 21 deletions
doc/source
tests

@ -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(