summaryrefslogtreecommitdiff
path: root/examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py
diff options
context:
space:
mode:
authorelie <elie>2015-07-05 14:22:26 +0000
committerelie <elie>2015-07-05 14:22:26 +0000
commitb2446e8a9841625abed2e0b67185751b7f17b208 (patch)
treecd5ea73f0a2b2ab49990d97db313d24c8f446052 /examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py
parentffc920b298fb7bd2caa403645431c45754e8c9af (diff)
downloadpysnmp-b2446e8a9841625abed2e0b67185751b7f17b208.tar.gz
- original asynsock transport and AsyncsockDispatcher renamed into
asyncore and AsyncoreDispatcher respectively to provide better hint to fellow devs on the underlying transport being used - backward compatibility preserved through dummy asynsock symbols
Diffstat (limited to 'examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py')
-rw-r--r--examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py b/examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py
index a631493..f6381dc 100644
--- a/examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py
+++ b/examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py
@@ -25,7 +25,7 @@
#
from pysnmp.entity import engine, config
from pysnmp.entity.rfc3413 import cmdrsp, context
-from pysnmp.carrier.asynsock.dgram import udp
+from pysnmp.carrier.asyncore.dgram import udp
from pysnmp.proto.api import v2c
# Create SNMP engine