Messages using translation were added to the hp_3par_fc and
hp_3par_iscsi files but an explicit import of gettextutils _ was not
included.
This fixes that problem.
Change-Id: I2555860c6525a00295e823ab8c826b2bec6a3098
Closes-Bug:
1347184
except ImportError:
hpexceptions = None
+from cinder.openstack.common.gettextutils import _
from cinder.openstack.common import log as logging
from cinder import utils
import cinder.volume.driver
hpexceptions = None
from cinder import exception
+from cinder.openstack.common.gettextutils import _
from cinder.openstack.common import log as logging
from cinder import utils
import cinder.volume.driver