diff options
author | Ilya Etingof <etingof@gmail.com> | 2016-06-12 10:49:22 +0200 |
---|---|---|
committer | Ilya Etingof <etingof@gmail.com> | 2016-06-12 10:49:22 +0200 |
commit | 912517cb2d79fddc512a1304c18a9b20cb20cf80 (patch) | |
tree | 328898c8987a04981e02b102698a3e2e2c171bc2 | |
parent | 93bdedf1fd6fb19ec4192c063d459858575ef98d (diff) | |
download | pysnmp-git-912517cb2d79fddc512a1304c18a9b20cb20cf80.tar.gz |
pypi download badge added
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | pysnmp/hlapi/asyncore/sync/compat/cmdgen.py | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,7 @@ SNMP library for Python ----------------------- [![Downloads](https://img.shields.io/pypi/dm/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp) +[![PyPI](https://img.shields.io/pypi/v/pysnmp.svg?maxAge=2592000)](https://pypi.python.org/pypi/pysnmp) [![Build status](https://travis-ci.org/etingof/pysnmp.svg?branch=master)](https://secure.travis-ci.org/etingof/pysnmp) [![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pysnmp/master/LICENSE.txt) diff --git a/pysnmp/hlapi/asyncore/sync/compat/cmdgen.py b/pysnmp/hlapi/asyncore/sync/compat/cmdgen.py index 13ad3bfa..d21ac243 100644 --- a/pysnmp/hlapi/asyncore/sync/compat/cmdgen.py +++ b/pysnmp/hlapi/asyncore/sync/compat/cmdgen.py @@ -19,7 +19,6 @@ __all__ = ['getCmd', 'nextCmd', 'setCmd', 'bulkCmd', 'next'] def next(iter): return iter.next() - def getCmd(snmpEngine, authData, transportTarget, contextData, *varBinds, **options): # noinspection PyShadowingNames |