summaryrefslogtreecommitdiff
path: root/neutronclient/common/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'neutronclient/common/exceptions.py')
-rw-r--r--neutronclient/common/exceptions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/neutronclient/common/exceptions.py b/neutronclient/common/exceptions.py
index 1040ee1..443f781 100644
--- a/neutronclient/common/exceptions.py
+++ b/neutronclient/common/exceptions.py
@@ -14,7 +14,6 @@
# under the License.
from oslo_utils import encodeutils
-import six
from neutronclient._i18n import _
@@ -40,7 +39,6 @@ def _safe_decode_dict(kwargs):
return kwargs
-@six.python_2_unicode_compatible
class NeutronException(Exception):
"""Base Neutron Exception.