Skip to content

Commit

Permalink
Cleaning up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jan 25, 2015
1 parent e424a49 commit 7451305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snmp/snmp_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
7465616d'))]
>>> output = snmp_extract(snmp_data)
>>> print(output)
>>> print output
Cisco IOS Software, C880 Software (C880DATA-UNIVERSALK9-M), Version 15.0(1)M4, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2010 by Cisco Systems, Inc.
Expand All @@ -48,7 +48,7 @@
>>> snmp_data = snmp_get_oid_v3(snmp_device, snmp_user, oid=sys_descr)
>>> output = snmp_extract(snmp_data)
>>> print(output)
>>> print output
Cisco IOS Software, C880 Software (C880DATA-UNIVERSALK9-M), Version 15.4(2)T1, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2014 by Cisco Systems, Inc.
Expand Down

0 comments on commit 7451305

Please sign in to comment.