diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-08-24 16:24:24 -0400 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-08-24 16:24:24 -0400 |
| commit | 96ae5e2776218adfee2cb22a4c0d7358a498a451 (patch) | |
| tree | b507f0d44019d78a56ad3a1d6608a5e1a71e002e /nova/api | |
| parent | 5f832cd5ea9fb858f5e8b09992cbd47d8d16f665 (diff) | |
| download | nova-96ae5e2776218adfee2cb22a4c0d7358a498a451.tar.gz nova-96ae5e2776218adfee2cb22a4c0d7358a498a451.tar.xz nova-96ae5e2776218adfee2cb22a4c0d7358a498a451.zip | |
pep8
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/rackspace/images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/rackspace/images.py b/nova/api/rackspace/images.py index b7668a1e1..370980fe9 100644 --- a/nova/api/rackspace/images.py +++ b/nova/api/rackspace/images.py @@ -16,8 +16,8 @@ # under the License. from nova import datastore -from nova.api.rackspace import base from nova import image +from nova.api.rackspace import base from webob import exc class Controller(base.Controller): |
