diff options
| author | lrqrun <lrqrun@gmail.com> | 2012-08-29 14:17:08 +0800 |
|---|---|---|
| committer | lrqrun <lrqrun@gmail.com> | 2012-08-29 14:17:08 +0800 |
| commit | 2372142eaa9c584ba4bb37dc80d7ee6162560a77 (patch) | |
| tree | bf65683cffe352221466ef51d31b3bef93e23a2d /tests/test_shell.py | |
| parent | 8010e773accce2d24c04659c88ac0c040c9a1932 (diff) | |
| download | python-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/test_shell.py')
| -rw-r--r-- | tests/test_shell.py | 2 |
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( |
