diff options
author | Brian Lamar <brian.lamar@rackspace.com> | 2011-03-29 12:12:26 -0400 |
---|---|---|
committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-03-29 12:12:26 -0400 |
commit | 2f89d5541aa11b8654b197ffe24d3fd13e945da6 (patch) | |
tree | 6d14df6095b1dfc903830fc65c13d14cf060631c | |
parent | 6a2ba2e2a132d554f180b5e39b8dfdb939e30c76 (diff) | |
download | nova-2f89d5541aa11b8654b197ffe24d3fd13e945da6.tar.gz nova-2f89d5541aa11b8654b197ffe24d3fd13e945da6.tar.xz nova-2f89d5541aa11b8654b197ffe24d3fd13e945da6.zip |
Import order.
-rw-r--r-- | nova/api/openstack/images.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/api/openstack/images.py b/nova/api/openstack/images.py index d672e3a0e..e77100d7b 100644 --- a/nova/api/openstack/images.py +++ b/nova/api/openstack/images.py @@ -13,9 +13,10 @@ # License for the specific language governing permissions and limitations # under the License. -import webob.exc import datetime +import webob.exc + from nova import compute from nova import exception from nova import flags |