diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-07-28 21:00:55 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-07-28 21:00:55 -0400 |
| commit | ad8d33165f52ddf14dc9bd745db00eb039d74af7 (patch) | |
| tree | 73202458148524f9ea7c92ec93e27ccb556a75a1 /nova/api | |
| parent | cf9c1fe00a53c91325c7984433178e1994329d0a (diff) | |
| download | nova-ad8d33165f52ddf14dc9bd745db00eb039d74af7.tar.gz nova-ad8d33165f52ddf14dc9bd745db00eb039d74af7.tar.xz nova-ad8d33165f52ddf14dc9bd745db00eb039d74af7.zip | |
fixed typo
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/versions.py | 2 |
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"], |
