From bfd382253e4fe647c9cc2734321b950a58863d7f Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Tue, 10 May 2016 01:03:10 -0700 Subject: [PATCH] Make use of neutron_lib for exceptions Use neutron_lib exceptions TrivialFix Change-Id: I66d21c85d97304f30694f50eb8d45e9d8492312a --- .../unit/services/l2gateway/common/test_l2gw_validators.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/networking_l2gw/tests/unit/services/l2gateway/common/test_l2gw_validators.py b/networking_l2gw/tests/unit/services/l2gateway/common/test_l2gw_validators.py index 50216af5..ba0b793b 100644 --- a/networking_l2gw/tests/unit/services/l2gateway/common/test_l2gw_validators.py +++ b/networking_l2gw/tests/unit/services/l2gateway/common/test_l2gw_validators.py @@ -13,7 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -from neutron.common import exceptions +from neutron_lib import exceptions + from neutron.tests import base from networking_l2gw.services.l2gateway.common import l2gw_validators