summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-18 11:45:02 +0200
committerIlya Etingof <etingof@gmail.com>2017-10-18 11:45:02 +0200
commit1065d25a16a6fa8dcb7ce98155f2d1babcff6ed5 (patch)
tree600de9ca4c2a3ba84338e9a8ac36af03556d51f6 /examples
parent2d75ac5da1c88a7e209c76cf43526732f4546cd4 (diff)
downloadpysnmp-git-1065d25a16a6fa8dcb7ce98155f2d1babcff6ed5.tar.gz
make sure to pass an initializer to ASN.1 Null()
This is a prerequisite for pyasn1 0.4.x
Diffstat (limited to 'examples')
-rw-r--r--examples/hlapi/asyncore/sync/manager/cmdgen/query-agents-from-multuple-threads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hlapi/asyncore/sync/manager/cmdgen/query-agents-from-multuple-threads.py b/examples/hlapi/asyncore/sync/manager/cmdgen/query-agents-from-multuple-threads.py
index f5fe5fdf..16995ed8 100644
--- a/examples/hlapi/asyncore/sync/manager/cmdgen/query-agents-from-multuple-threads.py
+++ b/examples/hlapi/asyncore/sync/manager/cmdgen/query-agents-from-multuple-threads.py
@@ -25,7 +25,7 @@ if version_info[0] == 2:
else:
from queue import Queue
-# List of targets in the followin format:
+# List of targets in the following format:
# ( ( authData, transportTarget, varNames ), ... )
targets = (
# 1-st target (SNMPv1 over IPv4/UDP)