delete a module never used

delete the utils in this code, which never used

Change-Id: I9e0f484c507b913bcee91d62c9d118c0219cc13c
This commit is contained in:
Teng Li 2012-09-10 16:50:03 +08:00
parent c3476b5ca7
commit 0d956a8137

View File

@ -17,7 +17,6 @@
from nova.openstack.common import log as logging
from nova.scheduler import filters
from nova import utils
LOG = logging.getLogger(__name__)