diff options
| author | RongzeZhu <zrzhit@gmail.com> | 2012-08-17 02:40:50 +0800 |
|---|---|---|
| committer | RongzeZhu <zrzhit@gmail.com> | 2012-08-17 13:35:05 +0800 |
| commit | 55a21ce5e8b0612591396dfba84c2f0520ffaba1 (patch) | |
| tree | 0078a8aba5db8486cdb76ba6b338c37eccf38cf9 /nova/utils.py | |
| parent | 06d1f0dfd5d22ace96b414fd0b71fbaa668b95ce (diff) | |
Remove unused imports
Fixes bug #1037705
Change-Id: I3e55f283961b4801c863bea05d9dd36e22be0cdb
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 762708bc4..180210dc8 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -35,13 +35,11 @@ import socket import struct import sys import tempfile -import threading import time import uuid import weakref from xml.sax import saxutils -from eventlet import corolocal from eventlet import event from eventlet.green import subprocess from eventlet import greenthread |
