summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2014-12-15 23:21:31 +0000
committerelie <elie>2014-12-15 23:21:31 +0000
commit59787d1123fde86d8ad3f285267c84b57ad8eec6 (patch)
tree4fb328b0d087bad5da7f360eb33c579f47d59ec4
parent088ec67f9e7f287620a194cba30315196e2c6413 (diff)
downloadpysnmp-59787d1123fde86d8ad3f285267c84b57ad8eec6.tar.gz
CommandGeneratorBase symbol added for compatibility
-rw-r--r--pysnmp/entity/rfc3413/cmdgen.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pysnmp/entity/rfc3413/cmdgen.py b/pysnmp/entity/rfc3413/cmdgen.py
index eb75582..97548da 100644
--- a/pysnmp/entity/rfc3413/cmdgen.py
+++ b/pysnmp/entity/rfc3413/cmdgen.py
@@ -258,6 +258,9 @@ class CommandGenerator:
return sendRequestHandle
+# backward compatibility stub
+CommandGeneratorBase = CommandGenerator
+
class GetCommandGenerator(CommandGenerator):
def processResponseVarBinds(self,
snmpEngine,