summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-08-01 17:24:44 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-08-02 14:07:06 -0700
commiteaf6e3ae2eb0d9ec46a6372d06842e033031c061 (patch)
treecc938acba0666a1944063eaeb7d3c3279f8cfbe7 /nova/utils.py
parent751270fd4618fe054d767159eb2373583a63742c (diff)
Remove unused imports
Change-Id: I9e307cd5bab2542f43948c96767811a769814341
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py
index b05e0956d..9b71e07c5 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -37,7 +37,6 @@ import sys
import tempfile
import threading
import time
-import types
import uuid
from xml.sax import saxutils