summaryrefslogtreecommitdiff
path: root/examples/hlapi/asyncore/manager/cmdgen/multiple-get-calls.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hlapi/asyncore/manager/cmdgen/multiple-get-calls.py')
-rw-r--r--examples/hlapi/asyncore/manager/cmdgen/multiple-get-calls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hlapi/asyncore/manager/cmdgen/multiple-get-calls.py b/examples/hlapi/asyncore/manager/cmdgen/multiple-get-calls.py
index b17da65..d8c63ef 100644
--- a/examples/hlapi/asyncore/manager/cmdgen/multiple-get-calls.py
+++ b/examples/hlapi/asyncore/manager/cmdgen/multiple-get-calls.py
@@ -20,7 +20,7 @@ Functionally similar to:
| IF-MIB::ifInOctets.1
"""#
-from pysnmp.hlapi.asyncore import *
+from pysnmp.hlapi import *
queue = [ [ ObjectType(ObjectIdentity('IF-MIB', 'ifInOctets', 1)) ],
[ ObjectType(ObjectIdentity('IF-MIB', 'ifOutOctets', 1)) ] ]