summaryrefslogtreecommitdiffstats
path: root/networking-odl/networking_odl/l3/l3_odl_v2.py
diff options
context:
space:
mode:
Diffstat (limited to 'networking-odl/networking_odl/l3/l3_odl_v2.py')
-rwxr-xr-x[-rw-r--r--]networking-odl/networking_odl/l3/l3_odl_v2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking-odl/networking_odl/l3/l3_odl_v2.py b/networking-odl/networking_odl/l3/l3_odl_v2.py
index 2732ea6..da5829b 100644..100755
--- a/networking-odl/networking_odl/l3/l3_odl_v2.py
+++ b/networking-odl/networking_odl/l3/l3_odl_v2.py
@@ -16,6 +16,7 @@
from oslo_log import log as logging
+from neutron.common import constants as q_const
from neutron.db import api as db_api
from neutron.db import common_db_mixin
from neutron.db import extraroute_db
@@ -23,7 +24,6 @@ from neutron.db import l3_agentschedulers_db
from neutron.db import l3_dvr_db
from neutron.db import l3_gwmode_db
from neutron.plugins.common import constants
-from neutron_lib import constants as q_const
from networking_odl.common import config # noqa
from networking_odl.common import constants as odl_const