summaryrefslogtreecommitdiff
path: root/examples/v3arch/manager/cmdgen/get-v2c-spoof-source-address.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/manager/cmdgen/get-v2c-spoof-source-address.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/manager/cmdgen/get-v2c-spoof-source-address.py')
-rw-r--r--examples/v3arch/manager/cmdgen/get-v2c-spoof-source-address.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/v3arch/manager/cmdgen/get-v2c-spoof-source-address.py b/examples/v3arch/manager/cmdgen/get-v2c-spoof-source-address.py
index 036cf3f..cab2912 100644
--- a/examples/v3arch/manager/cmdgen/get-v2c-spoof-source-address.py
+++ b/examples/v3arch/manager/cmdgen/get-v2c-spoof-source-address.py
@@ -23,7 +23,7 @@
#
#
from pysnmp.entity import engine, config
-from pysnmp.carrier.asynsock.dgram import udp
+from pysnmp.carrier.asyncore.dgram import udp
from pysnmp.entity.rfc3413 import cmdgen
# Create SNMP engine instance