summaryrefslogtreecommitdiff
path: root/pysnmp/entity
diff options
context:
space:
mode:
authorelie <elie>2014-12-15 23:21:31 +0000
committerelie <elie>2014-12-15 23:21:31 +0000
commit9458b7f960d0c359f4c0115e1706bebb9938b6af (patch)
tree2a6152df09a09478c928ac79abd23eece69ebcf9 /pysnmp/entity
parentaa38bb24fe53db1d5454e606e3fc1d185663376f (diff)
downloadpysnmp-git-9458b7f960d0c359f4c0115e1706bebb9938b6af.tar.gz
CommandGeneratorBase symbol added for compatibility
Diffstat (limited to 'pysnmp/entity')
-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 eb755823..97548dab 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,