Change the import path of segment.

Change-Id: Ic7c7f28511f7c24749c59e76c93437e3ea65d906
This commit is contained in:
Shinji YANAGIDA 2016-10-11 07:27:36 +09:00
parent b25cd3d217
commit f4df163968
1 changed files with 1 additions and 1 deletions

View File

@ -13,8 +13,8 @@
# under the License.
from neutron.db import api as db_api
from neutron.db.models import segment as segments_db
from neutron.db import models_v2
from neutron.db import segments_db
from neutron import manager
from neutron.plugins.ml2 import db as db_ml2
from neutron_lib import constants