summaryrefslogtreecommitdiff
path: root/examples/v3arch/manager/ntfrcv/v2c-with-regexp-community-name.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/v3arch/manager/ntfrcv/v2c-with-regexp-community-name.py')
-rw-r--r--examples/v3arch/manager/ntfrcv/v2c-with-regexp-community-name.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/v3arch/manager/ntfrcv/v2c-with-regexp-community-name.py b/examples/v3arch/manager/ntfrcv/v2c-with-regexp-community-name.py
index 61507a4..57a7030 100644
--- a/examples/v3arch/manager/ntfrcv/v2c-with-regexp-community-name.py
+++ b/examples/v3arch/manager/ntfrcv/v2c-with-regexp-community-name.py
@@ -24,7 +24,7 @@
# CommunityName's, not explicitly configured to local SNMP Engine.
#
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 ntfrcv
from pysnmp.proto.api import v2c
import re