summaryrefslogtreecommitdiff
path: root/examples/hlapi/v1arch/asyncore/manager/cmdgen/pull-whole-mib.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hlapi/v1arch/asyncore/manager/cmdgen/pull-whole-mib.py')
-rw-r--r--examples/hlapi/v1arch/asyncore/manager/cmdgen/pull-whole-mib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hlapi/v1arch/asyncore/manager/cmdgen/pull-whole-mib.py b/examples/hlapi/v1arch/asyncore/manager/cmdgen/pull-whole-mib.py
index c5731570..09113fd1 100644
--- a/examples/hlapi/v1arch/asyncore/manager/cmdgen/pull-whole-mib.py
+++ b/examples/hlapi/v1arch/asyncore/manager/cmdgen/pull-whole-mib.py
@@ -39,6 +39,6 @@ bulkCmd(snmpDispatcher,
UdpTransportTarget(('demo.snmplabs.com', 161)),
0, 25,
('1.3.6.1.4.1', None),
- **dict(cbFun=cbFun))
+ cbFun=cbFun)
snmpDispatcher.transportDispatcher.runDispatcher()