From c80d032c2840db3e3a889ddf055aa3ced937234a Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Mon, 7 Aug 2017 09:28:54 +0800 Subject: [PATCH] Add the missing i18n import Add the missing i18n import in db.utils Change-Id: I51cca19f2ce82ee28187b0a23d658bbe39376675 --- glance/db/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/glance/db/utils.py b/glance/db/utils.py index 3063660206..81fcd54928 100644 --- a/glance/db/utils.py +++ b/glance/db/utils.py @@ -11,6 +11,7 @@ # under the License. from glance.common import exception +from glance.i18n import _ def mutate_image_dict_to_v1(image):