From b3b58faee326a3edf5be250ea32ed738cd5e3ab3 Mon Sep 17 00:00:00 2001 From: elie Date: Thu, 12 Nov 2015 20:30:32 +0000 Subject: missing import --- examples/v1arch/asyncore/agent/ntforg/send-inform-over-ipv4-and-ipv6.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/v1arch/asyncore/agent/ntforg/send-inform-over-ipv4-and-ipv6.py b/examples/v1arch/asyncore/agent/ntforg/send-inform-over-ipv4-and-ipv6.py index 4fd7aeaf..eba3779d 100644 --- a/examples/v1arch/asyncore/agent/ntforg/send-inform-over-ipv4-and-ipv6.py +++ b/examples/v1arch/asyncore/agent/ntforg/send-inform-over-ipv4-and-ipv6.py @@ -17,6 +17,7 @@ The following Net-SNMP command will produce similar SNMP notification: | $ snmpinform -v2c -c public udp6:[::1] 0 1.3.6.1.6.3.1.1.5.1 """# +from time import time from pysnmp.carrier.asynsock.dispatch import AsynsockDispatcher from pysnmp.carrier.asynsock.dgram import udp, udp6 from pyasn1.codec.ber import encoder -- cgit v1.2.1