summaryrefslogtreecommitdiff
path: root/tests/test_cfg.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-04-03 13:55:07 +0000
committerDoug Hellmann <doug@doughellmann.com>2015-04-03 13:55:07 +0000
commit1e9033aa80585945dfd12bad9026a2c77d8b5899 (patch)
tree28bbcc614cd08d706bb5271ea7f0024bd5315d54 /tests/test_cfg.py
parent5a71eede79d6466b6c4aa0db396ad7e0568ac8d4 (diff)
downloadoslo-config-1e9033aa80585945dfd12bad9026a2c77d8b5899.tar.gz
Update hacking to kilo level
Update the hacking requirement to the version used by kilo, and fix code that fails the new tests. Change-Id: I6e18878e4ba826528af82438f4e4394cc644d623
Diffstat (limited to 'tests/test_cfg.py')
-rw-r--r--tests/test_cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cfg.py b/tests/test_cfg.py
index 49461da..50965a7 100644
--- a/tests/test_cfg.py
+++ b/tests/test_cfg.py
@@ -2870,7 +2870,7 @@ class FindFileTestCase(BaseTestCase):
class OptDumpingTestCase(BaseTestCase):
- class FakeLogger:
+ class FakeLogger(object):
def __init__(self, test_case, expected_lvl):
self.test_case = test_case