diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-07-21 12:19:09 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-07-21 12:19:09 -0400 |
| commit | a57504ef9a8b3e2c5d78cfe4ecf2f21c03653556 (patch) | |
| tree | c485e362c5e664746fd83eef4eaeb1595f38974d /nova/api | |
| parent | 822b5ecede8f18120ae37eb07ff046101f50d3aa (diff) | |
| download | nova-a57504ef9a8b3e2c5d78cfe4ecf2f21c03653556.tar.gz nova-a57504ef9a8b3e2c5d78cfe4ecf2f21c03653556.tar.xz nova-a57504ef9a8b3e2c5d78cfe4ecf2f21c03653556.zip | |
added tests, updated pep8 fixes
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/versions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/versions.py b/nova/api/openstack/versions.py index 8e172ae02..df7a94b7e 100644 --- a/nova/api/openstack/versions.py +++ b/nova/api/openstack/versions.py @@ -28,7 +28,6 @@ ATOM_XMLNS = "http://www.w3.org/2005/Atom" class Versions(wsgi.Resource): - def __init__(self): metadata = { "attributes": { |
