Use neutron-lib exceptions

TrivialFix

Change-Id: Ie767e18fa902e5071e4349ac70ca34b690073a70
This commit is contained in:
Gary Kotton 2016-07-13 10:04:34 -07:00
parent a5cf20a7b0
commit b0e2085bd8
1 changed files with 1 additions and 1 deletions

View File

@ -14,10 +14,10 @@
# under the License.
from neutron_lib import constants as n_constants
from neutron_lib import exceptions as nexception
from neutron.api import extensions
from neutron.api.v2 import resource_helper
from neutron.common import exceptions as nexception
from neutron.plugins.common import constants
from neutron_lbaas._i18n import _