Update import: neutron.i18n -> neutron._i18n

This was coming for a while and finally got dropped in Neutron
as of f35c4f72e8991045c88212129f4e62a64f657b0d.

Change-Id: I8e1f51da171ed0cb27c3f5059c7fc0b61a281f17
This commit is contained in:
Adam Gandelman 2016-06-23 18:22:00 -07:00
parent 9f8ad8bd98
commit 467e637975
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ from neutron.common.config import cfg
from neutron.common import exceptions as q_exc
from neutron.db import models_v2 as qmodels
from neutron.db import l3_db
from neutron.i18n import _
from neutron._i18n import _
from neutron import manager
from neutron.plugins.common import constants