summaryrefslogtreecommitdiff
path: root/nova/tests/unit/fake_network.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/fake_network.py')
-rw-r--r--nova/tests/unit/fake_network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/unit/fake_network.py b/nova/tests/unit/fake_network.py
index 09f54b13d3..847ff783fc 100644
--- a/nova/tests/unit/fake_network.py
+++ b/nova/tests/unit/fake_network.py
@@ -50,7 +50,7 @@ class FakeNetworkManager(network_manager.NetworkManager):
inherited service cruft and just perform unit tests.
"""
- class FakeDB:
+ class FakeDB(object):
vifs = [{'id': 0,
'created_at': None,
'updated_at': None,