diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-02-25 13:40:15 -0800 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-02-25 13:40:15 -0800 |
| commit | 7c6638cc5effc7d727087ed4354c180d75476d1a (patch) | |
| tree | 7919e2616c072554be1e0537fd47a55ce368ccc7 /nova | |
| parent | d3584eeeb289120eef17ae5dd448a6237e05935b (diff) | |
| download | nova-7c6638cc5effc7d727087ed4354c180d75476d1a.tar.gz nova-7c6638cc5effc7d727087ed4354c180d75476d1a.tar.xz nova-7c6638cc5effc7d727087ed4354c180d75476d1a.zip | |
API changed to new style class
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/scheduler/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/scheduler/api.py b/nova/scheduler/api.py index 8491bf3a9..2405f1343 100644 --- a/nova/scheduler/api.py +++ b/nova/scheduler/api.py @@ -25,7 +25,7 @@ FLAGS = flags.FLAGS LOG = logging.getLogger('nova.scheduler.api') -class API: +class API(object): """API for interacting with the scheduler.""" def _call_scheduler(self, method, context, params=None): |
