summaryrefslogtreecommitdiff
path: root/examples/smi/agent/operations-on-managed-objects.py
diff options
context:
space:
mode:
authorelie <elie>2010-07-07 16:00:20 +0000
committerelie <elie>2010-07-07 16:00:20 +0000
commitc24fa8bc574c008ef647698e1d6bf4b3a0657924 (patch)
tree127ef39cc0f94a514f4c5ae945626069f2e9ac77 /examples/smi/agent/operations-on-managed-objects.py
parentc8f3b13bce039b7240cfd4884311fe1a0b60cefa (diff)
downloadpysnmp-git-c24fa8bc574c008ef647698e1d6bf4b3a0657924.tar.gz
prettyPrint() values
Diffstat (limited to 'examples/smi/agent/operations-on-managed-objects.py')
-rw-r--r--examples/smi/agent/operations-on-managed-objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/smi/agent/operations-on-managed-objects.py b/examples/smi/agent/operations-on-managed-objects.py
index 9d2b38b1..3260a5e6 100644
--- a/examples/smi/agent/operations-on-managed-objects.py
+++ b/examples/smi/agent/operations-on-managed-objects.py
@@ -24,7 +24,7 @@ while 1:
oid, val = mibInstrum.readNextVars(((oid, val),))[0]
if exval.endOfMib.isSameTypeWith(val):
break
- print oid, val
+ print oid, val.prettyPrint()
print 'Unloading MIB modules...',
mibBuilder.unloadModules()