From b2446e8a9841625abed2e0b67185751b7f17b208 Mon Sep 17 00:00:00 2001 From: elie Date: Sun, 5 Jul 2015 14:22:26 +0000 Subject: - 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 --- examples/v3arch/manager/ntfrcv/v2c-observe-request-processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/v3arch/manager/ntfrcv/v2c-observe-request-processing.py') diff --git a/examples/v3arch/manager/ntfrcv/v2c-observe-request-processing.py b/examples/v3arch/manager/ntfrcv/v2c-observe-request-processing.py index 41796dd..5651a6f 100644 --- a/examples/v3arch/manager/ntfrcv/v2c-observe-request-processing.py +++ b/examples/v3arch/manager/ntfrcv/v2c-observe-request-processing.py @@ -18,7 +18,7 @@ # $ snmpinform -v2c -c public 127.0.0.1 123 1.3.6.1.6.3.1.1.5.1 # from pysnmp.entity import engine, config -from pysnmp.carrier.asynsock.dgram import udp, udp6 +from pysnmp.carrier.asyncore.dgram import udp, udp6 from pysnmp.entity.rfc3413 import ntfrcv # Create SNMP engine with autogenernated engineID and pre-bound -- cgit v1.2.1