summaryrefslogtreecommitdiff
path: root/pysnmp/proto/errind.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/proto/errind.py')
-rw-r--r--pysnmp/proto/errind.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pysnmp/proto/errind.py b/pysnmp/proto/errind.py
index 1629ecce..1a0f9f00 100644
--- a/pysnmp/proto/errind.py
+++ b/pysnmp/proto/errind.py
@@ -199,9 +199,6 @@ unsupportedSecurityModel = UnsupportedSecurityModel('Unsupported SNMP security m
class UnsupportedSecurityLevel(ErrorIndication):
pass
-# backward compatibility plug
-UnsupportedSecLevel = UnsupportedSecurityLevel
-
unsupportedSecurityLevel = UnsupportedSecurityLevel('Unsupported SNMP security level')