diff options
| author | Naveed Massjouni <naveedm9@gmail.com> | 2011-05-23 16:47:25 -0400 |
|---|---|---|
| committer | Naveed Massjouni <naveedm9@gmail.com> | 2011-05-23 16:47:25 -0400 |
| commit | b6a4f6aa5b2a97a6a7d79c40c1a3160abc1def39 (patch) | |
| tree | 681cf68d18d9045f002ee226fd46548fd63e9b84 /nova/utils.py | |
| parent | c34d13c500510563c959db134fbe861d41a4c34d (diff) | |
Renaming service_image_id vars to image_id to reduce confusion.
Also some minor cleanup.
Diffstat (limited to 'nova/utils.py')
| -rw-r--r-- | nova/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/utils.py b/nova/utils.py index 954947589..361fc9873 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -35,7 +35,6 @@ import struct import sys import time import types -from urlparse import urlparse from xml.sax import saxutils from eventlet import event @@ -43,7 +42,6 @@ from eventlet import greenthread from eventlet import semaphore from eventlet.green import subprocess -import nova from nova import exception from nova import flags from nova import log as logging |
