diff options
Diffstat (limited to 'networking-odl/networking_odl/common/exceptions.py')
-rw-r--r-- | networking-odl/networking_odl/common/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking-odl/networking_odl/common/exceptions.py b/networking-odl/networking_odl/common/exceptions.py index f174c10..59956b1 100644 --- a/networking-odl/networking_odl/common/exceptions.py +++ b/networking-odl/networking_odl/common/exceptions.py @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. -from neutron_lib import exceptions as exc +from neutron.common import exceptions as exc class OpendaylightAuthError(exc.NeutronException): |