Add the missing i18n import

Add the missing i18n import in db.utils

Change-Id: I51cca19f2ce82ee28187b0a23d658bbe39376675
This commit is contained in:
wangxiyuan 2017-08-07 09:28:54 +08:00
parent 94df7f8b52
commit c80d032c28
1 changed files with 1 additions and 0 deletions

View File

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