summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlrqrun <lrqrun@gmail.com>2012-08-29 14:17:08 +0800
committerlrqrun <lrqrun@gmail.com>2012-08-29 14:17:08 +0800
commit2372142eaa9c584ba4bb37dc80d7ee6162560a77 (patch)
treebf65683cffe352221466ef51d31b3bef93e23a2d /tests
parent8010e773accce2d24c04659c88ac0c040c9a1932 (diff)
downloadpython-openstackclient-2372142eaa9c584ba4bb37dc80d7ee6162560a77.tar.gz
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
Diffstat (limited to 'tests')
-rw-r--r--tests/test_shell.py2
1 files changed, 1 insertions, 1 deletions
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(