diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-05-09 19:46:15 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-05-09 19:46:15 -0400 |
| commit | 09b795b8d6f0b925dbd4bcd203f471607c42f368 (patch) | |
| tree | 25e61262b65c3ef860db6a5bd534755f42d7582e /nova | |
| parent | 1c1a06c3731dd82b331f317ba52edbfe2110a40e (diff) | |
| download | nova-09b795b8d6f0b925dbd4bcd203f471607c42f368.tar.gz nova-09b795b8d6f0b925dbd4bcd203f471607c42f368.tar.xz nova-09b795b8d6f0b925dbd4bcd203f471607c42f368.zip | |
got rid of unnecessary imports
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/virt/images.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nova/virt/images.py b/nova/virt/images.py index 1eb6f4a5f..8689c0ed3 100644 --- a/nova/virt/images.py +++ b/nova/virt/images.py @@ -21,19 +21,10 @@ Handling of VM disk images. """ -import os.path -import shutil -import sys -import time -import urllib2 -import urlparse - from nova import context from nova import flags from nova import log as logging from nova import utils -from nova.auth import manager -from nova.auth import signer FLAGS = flags.FLAGS |
