summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2013-02-09 13:41:43 +0000
committerelie <elie>2013-02-09 13:41:43 +0000
commit34525ff6282ec7eb16b1e34ff535c0748827dc6d (patch)
tree6608e9be9a5b88b8aec9ac8af9af3ba994973900
parent05e9434ecd06ec213233335bcb4ccc82b6d8fed0 (diff)
downloadpysnmp-34525ff6282ec7eb16b1e34ff535c0748827dc6d.tar.gz
missing import added
-rw-r--r--CHANGES1
-rw-r--r--pysnmp/entity/rfc3413/oneliner/auth.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 857badf..e183756 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@ Revision 4.2.5rc0
value what sometimes happens with buggy SNMP implementations.
- Standard SNMP Apps and built-in proxy now ignores malformed errorIndex
value.
+- Missing import added to oneliner auth module.
Revision 4.2.4
--------------
diff --git a/pysnmp/entity/rfc3413/oneliner/auth.py b/pysnmp/entity/rfc3413/oneliner/auth.py
index 8df2d48..e266417 100644
--- a/pysnmp/entity/rfc3413/oneliner/auth.py
+++ b/pysnmp/entity/rfc3413/oneliner/auth.py
@@ -1,4 +1,5 @@
from pysnmp.entity import config
+from pysnmp import error
from pyasn1.compat.octets import null
class CommunityData: