fix to libsmi2pysnmp tool to make it working again in Python < 2.7

pull/45/head
elie 2012-04-27 11:04:28 +00:00
parent c21a08fb80
commit fdbb48ed9b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Revision 4.2.3
--------------
- Fix to libsmi2pysnmp tool to make it working again in Python < 2.7
Revision 4.2.2
--------------

View File

@ -42,7 +42,7 @@ and install into your system.
params.update( {
'name': 'pysnmp',
'version': '4.2.2',
'version': '4.2.3',
'description': 'SNMP framework',
'author': 'Ilya Etingof',
'author_email': 'ilya@glas.net',