summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2005-11-04 12:20:13 +0000
committerelie <elie>2005-11-04 12:20:13 +0000
commitd1dc8228b4834f10f6c8842fa44458ed2ddab4c6 (patch)
treef8f5f88da295ba3ec7ee8514613e05c4e5b93b1d
parent8e4bedfa9728f73414ad171d262b52cfd05b2f59 (diff)
downloadpysnmp-release_4_1_5_a_tag.tar.gz
varBinds should be varargsrelease_4_1_5_a_tag
-rw-r--r--examples/v3arch/oneliner/agent/ntforg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/v3arch/oneliner/agent/ntforg.py b/examples/v3arch/oneliner/agent/ntforg.py
index 676ba39..a82270b 100644
--- a/examples/v3arch/oneliner/agent/ntforg.py
+++ b/examples/v3arch/oneliner/agent/ntforg.py
@@ -12,7 +12,7 @@ errorIndication = ntforg.NotificationOriginator().sendNotification(
# 'trap',
'inform',
('SNMPv2-MIB', 'coldStart'),
- (((1,3,6,1,2,1,1,3,0), v2c.TimeTicks(44100)),)
+ ((1,3,6,1,2,1,1,3,0), v2c.TimeTicks(44100))
)
if errorIndication: