summaryrefslogtreecommitdiff
path: root/examples/v3arch/asyncore/agent/cmdrsp/custom-snmp-engine-id.py
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-04-01 22:58:56 +0200
committerIlya Etingof <etingof@gmail.com>2016-04-01 22:58:56 +0200
commit020791a97232849c9504024834906dd4a4ffb36c (patch)
tree6e5d69aa01877ee004efb77645b8148e586610cc /examples/v3arch/asyncore/agent/cmdrsp/custom-snmp-engine-id.py
parent9541f201e33cd613995cee2e7a7656aa687deb51 (diff)
downloadpysnmp-git-020791a97232849c9504024834906dd4a4ffb36c.tar.gz
pep8 reformatted
Diffstat (limited to 'examples/v3arch/asyncore/agent/cmdrsp/custom-snmp-engine-id.py')
-rw-r--r--examples/v3arch/asyncore/agent/cmdrsp/custom-snmp-engine-id.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/v3arch/asyncore/agent/cmdrsp/custom-snmp-engine-id.py b/examples/v3arch/asyncore/agent/cmdrsp/custom-snmp-engine-id.py
index e2452ca3..5e9a535a 100644
--- a/examples/v3arch/asyncore/agent/cmdrsp/custom-snmp-engine-id.py
+++ b/examples/v3arch/asyncore/agent/cmdrsp/custom-snmp-engine-id.py
@@ -43,7 +43,7 @@ config.addV3User(
)
# Allow full MIB access for each user at VACM
-config.addVacmUser(snmpEngine, 3, 'usr-md5-des', 'authPriv', (1,3,6,1,2,1), (1,3,6,1,2,1))
+config.addVacmUser(snmpEngine, 3, 'usr-md5-des', 'authPriv', (1, 3, 6, 1, 2, 1), (1, 3, 6, 1, 2, 1))
# Get default SNMP context this SNMP engine serves
snmpContext = context.SnmpContext(snmpEngine)