Merge "Add the missing i18n import"

This commit is contained in:
Jenkins 2017-08-30 11:35:10 +00:00 committed by Gerrit Code Review
commit 409ccdecdd

View File

@ -11,6 +11,7 @@
# under the License. # under the License.
from glance.common import exception from glance.common import exception
from glance.i18n import _
def mutate_image_dict_to_v1(image): def mutate_image_dict_to_v1(image):