summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorWilliam Wolf <throughnothing@gmail.com>2011-07-28 21:00:55 -0400
committerWilliam Wolf <throughnothing@gmail.com>2011-07-28 21:00:55 -0400
commitad8d33165f52ddf14dc9bd745db00eb039d74af7 (patch)
tree73202458148524f9ea7c92ec93e27ccb556a75a1 /nova/api
parentcf9c1fe00a53c91325c7984433178e1994329d0a (diff)
downloadnova-ad8d33165f52ddf14dc9bd745db00eb039d74af7.tar.gz
nova-ad8d33165f52ddf14dc9bd745db00eb039d74af7.tar.xz
nova-ad8d33165f52ddf14dc9bd745db00eb039d74af7.zip
fixed typo
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/versions.py b/nova/api/openstack/versions.py
index 40e966c5f..607cf6a81 100644
--- a/nova/api/openstack/versions.py
+++ b/nova/api/openstack/versions.py
@@ -95,7 +95,7 @@ VERSIONS = {
class Versions(wsgi.Resource):
- eef __init__(self):
+ def __init__(self):
metadata = {
"attributes": {
"version": ["status", "id"],