summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-06-12 10:49:22 +0200
committerIlya Etingof <etingof@gmail.com>2016-06-12 10:49:22 +0200
commit912517cb2d79fddc512a1304c18a9b20cb20cf80 (patch)
tree328898c8987a04981e02b102698a3e2e2c171bc2
parent93bdedf1fd6fb19ec4192c063d459858575ef98d (diff)
downloadpysnmp-git-912517cb2d79fddc512a1304c18a9b20cb20cf80.tar.gz
pypi download badge added
-rw-r--r--README.md1
-rw-r--r--pysnmp/hlapi/asyncore/sync/compat/cmdgen.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17bb56fb..49edf26f 100644
--- a/README.md
+++ b/README.md
@@ -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