summaryrefslogtreecommitdiff
path: root/pysnmp/error.py
diff options
context:
space:
mode:
authorelie <elie>2011-11-06 20:37:09 +0000
committerelie <elie>2011-11-06 20:37:09 +0000
commitc239eaf23775c4149623d726f1d61be31c0c40b2 (patch)
tree153d0d2788dd840b1729dccbbde69ff63bcac2b1 /pysnmp/error.py
parent42d5c35838a0726fd60683080e5677a76719ef2f (diff)
downloadpysnmp-c239eaf23775c4149623d726f1d61be31c0c40b2.tar.gz
major overhawl aimed at Python 2.4 through 3.2 compatibility
Diffstat (limited to 'pysnmp/error.py')
-rw-r--r--pysnmp/error.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/error.py b/pysnmp/error.py
index 48ab101..509b16b 100644
--- a/pysnmp/error.py
+++ b/pysnmp/error.py
@@ -1 +1 @@
-class PySnmpError(StandardError): pass
+class PySnmpError(Exception): pass