diff options
| author | Matthew Hooker <matt@cloudscaling.com> | 2011-08-03 14:13:53 -0400 |
|---|---|---|
| committer | Matthew Hooker <matt@cloudscaling.com> | 2011-08-03 14:13:53 -0400 |
| commit | 916e0ce0997bdf3135684865eff6fadcda95752b (patch) | |
| tree | 9615962afd5f9df906a4fb66986ebd9783ea5cf2 /nova/api | |
| parent | e34a4c2feb7b2abef806ed720e1533e2e0fb94ef (diff) | |
| download | nova-916e0ce0997bdf3135684865eff6fadcda95752b.tar.gz nova-916e0ce0997bdf3135684865eff6fadcda95752b.tar.xz nova-916e0ce0997bdf3135684865eff6fadcda95752b.zip | |
remove unused imports
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/create_instance_helper.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/api/openstack/create_instance_helper.py b/nova/api/openstack/create_instance_helper.py index 53e814cd5..e4b897cd6 100644 --- a/nova/api/openstack/create_instance_helper.py +++ b/nova/api/openstack/create_instance_helper.py @@ -14,8 +14,6 @@ # under the License. import base64 -import re -import webob from webob import exc from xml.dom import minidom |
