From eaf6e3ae2eb0d9ec46a6372d06842e033031c061 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 1 Aug 2012 17:24:44 -0700 Subject: Remove unused imports Change-Id: I9e307cd5bab2542f43948c96767811a769814341 --- nova/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nova/utils.py') 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 -- cgit