summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_log.py
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2012-09-11 14:03:47 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2012-09-13 06:07:49 +0800
commit2265258dad5c6a1e535336867d9cea5c7a2355d3 (patch)
tree1c36cf2838abbfb6e9d73f77f5c509d3fdc093df /tests/unit/test_log.py
parentccaaa26dd3afa62599ea3b476e2a5d1af7e075ef (diff)
downloadoslo-2265258dad5c6a1e535336867d9cea5c7a2355d3.tar.gz
oslo-2265258dad5c6a1e535336867d9cea5c7a2355d3.tar.xz
oslo-2265258dad5c6a1e535336867d9cea5c7a2355d3.zip
Use pep8 v1.3.3
Fixed indents which violate pep8 1.3.3 Also added .mailmap file to coalesce commits Change-Id: Ia7a788a28e6c0fd9cb52fb7ea477cddd7d589e58
Diffstat (limited to 'tests/unit/test_log.py')
-rw-r--r--tests/unit/test_log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_log.py b/tests/unit/test_log.py
index 9c86f8d..b64fe8c 100644
--- a/tests/unit/test_log.py
+++ b/tests/unit/test_log.py
@@ -265,7 +265,7 @@ class FancyRecordTestCase(test_utils.BaseTestCase):
self.colorlog.info("foo")
self.assertNotEqual(sys.stderr.getvalue().find("KeyError: 'missing'"),
- -1)
+ -1)
sys.stderr = error