summaryrefslogtreecommitdiff
path: root/examples/hlapi/asyncore/manager/cmdgen/multiple-concurrent-queries.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hlapi/asyncore/manager/cmdgen/multiple-concurrent-queries.py')
-rw-r--r--examples/hlapi/asyncore/manager/cmdgen/multiple-concurrent-queries.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hlapi/asyncore/manager/cmdgen/multiple-concurrent-queries.py b/examples/hlapi/asyncore/manager/cmdgen/multiple-concurrent-queries.py
index f5c05690..0c6e9bf6 100644
--- a/examples/hlapi/asyncore/manager/cmdgen/multiple-concurrent-queries.py
+++ b/examples/hlapi/asyncore/manager/cmdgen/multiple-concurrent-queries.py
@@ -16,7 +16,7 @@ wait for responses asynchronously:
SNMPv2-MIB::sysLocation.0 MIB objects
"""#
-from pysnmp.entity.rfc3413.oneliner.cmdgen import *
+from pysnmp.hlapi.asyncore import *
# List of targets in the followin format:
# ( ( authData, transportTarget, varNames ), ... )