Kashyap & Venu | removed getutils import as it was unnecessary and leading error

Change-Id: I68699f208bb129c568736ff0f9e7639a9aa4bd44
This commit is contained in:
Venu Murthy 2014-12-09 17:37:24 +05:30
parent 46b6c678d8
commit 908baf90a7
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ from nova.compute import task_states
from nova import db from nova import db
from nova import exception from nova import exception
from nova.image import glance from nova.image import glance
from nova.openstack.common.gettextutils import _
from nova.openstack.common import log as logging from nova.openstack.common import log as logging
from nova.openstack.common import loopingcall from nova.openstack.common import loopingcall
from nova.virt import driver from nova.virt import driver