Add missing import of '_' function

Change-Id: I84201d08556735796054b47a6497ffc3f0fe6ab3
This commit is contained in:
Hongbin Lu 2017-10-19 18:38:13 +00:00
parent d4883cef78
commit d42a4fd980
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
from oslo_serialization import jsonutils
from zun.common import exception
from zun.common.i18n import _
from zun.pci import devspec