summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-03-28 22:21:18 +0200
committerSoren Hansen <soren@linux2go.dk>2011-03-28 22:21:18 +0200
commit7040eadcc7e86d063c5c69391dedafa181711913 (patch)
tree6b9f5d5e1555c47c8bc1eed75d86cfdded435539
parentdea3af64186ff204de7d5ca9852af267e648823e (diff)
downloadnova-7040eadcc7e86d063c5c69391dedafa181711913.tar.gz
nova-7040eadcc7e86d063c5c69391dedafa181711913.tar.xz
nova-7040eadcc7e86d063c5c69391dedafa181711913.zip
pep8
-rw-r--r--nova/api/openstack/extensions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/api/openstack/extensions.py b/nova/api/openstack/extensions.py
index e2f833d57..b9b7f998d 100644
--- a/nova/api/openstack/extensions.py
+++ b/nova/api/openstack/extensions.py
@@ -324,8 +324,8 @@ class ExtensionManager(object):
if not new_ext_class:
LOG.warn(_('Did not find expected name '
'"%(ext_name)" in %(file)s'),
- { 'ext_name': ext_name,
- 'file': ext_path })
+ {'ext_name': ext_name,
+ 'file': ext_path})
continue
new_ext = new_ext_class()
self._check_extension(new_ext)