From 5abf1a230d2d9677742438e908100032cc13c757 Mon Sep 17 00:00:00 2001 From: binean Date: Thu, 21 Jan 2016 19:36:47 +0800 Subject: [PATCH] Trivial Fix: fix missing import Change-Id: Iaa936b6bec7c2c668ace10a8509326473fcab133 --- manila/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manila/service.py b/manila/service.py index ac1d57d0d8..05ab307b4d 100644 --- a/manila/service.py +++ b/manila/service.py @@ -31,6 +31,7 @@ from oslo_utils import importutils from manila import context from manila import db from manila import exception +from manila.i18n import _ from manila.i18n import _LE from manila.i18n import _LI from manila.i18n import _LW