diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 15:37:45 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 15:37:45 -0700 |
| commit | e86f58261ee6acb8705106d3de61be0de488d94b (patch) | |
| tree | 5185e83719f04e66c3ff5c60c13f63e159b31ab6 /nova/tests | |
| parent | 699f82e7e14146feb272d61a98b89ad53c93bf08 (diff) | |
Reverted extension loading tweaks
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/api/openstack/extensions/foxinsocks.py (renamed from nova/tests/api/openstack/extensions/foxinsocks/foxinsocks.py) | 2 | ||||
| -rw-r--r-- | nova/tests/api/openstack/extensions/foxinsocks/__init__.py | 19 |
2 files changed, 1 insertions, 20 deletions
diff --git a/nova/tests/api/openstack/extensions/foxinsocks/foxinsocks.py b/nova/tests/api/openstack/extensions/foxinsocks.py index 442707714..0860b51ac 100644 --- a/nova/tests/api/openstack/extensions/foxinsocks/foxinsocks.py +++ b/nova/tests/api/openstack/extensions/foxinsocks.py @@ -28,7 +28,7 @@ class FoxInSocksController(wsgi.Controller): return "Try to say this Mr. Knox, sir..." -class Foxinsocks(extensions.ExtensionDescriptor): +class Foxinsocks(object): def __init__(self): pass diff --git a/nova/tests/api/openstack/extensions/foxinsocks/__init__.py b/nova/tests/api/openstack/extensions/foxinsocks/__init__.py deleted file mode 100644 index fe505359d..000000000 --- a/nova/tests/api/openstack/extensions/foxinsocks/__init__.py +++ /dev/null @@ -1,19 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# Copyright 2011 OpenStack LLC. -# Copyright 2011 Justin Santa Barbara -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License.import datetime - -"""Example Fox-in-Socks extension.""" |
