summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi/v3arch/asyncore/sync/ntforg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/hlapi/v3arch/asyncore/sync/ntforg.py')
-rw-r--r--pysnmp/hlapi/v3arch/asyncore/sync/ntforg.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/pysnmp/hlapi/v3arch/asyncore/sync/ntforg.py b/pysnmp/hlapi/v3arch/asyncore/sync/ntforg.py
index c466c869..e334eefd 100644
--- a/pysnmp/hlapi/v3arch/asyncore/sync/ntforg.py
+++ b/pysnmp/hlapi/v3arch/asyncore/sync/ntforg.py
@@ -4,18 +4,10 @@
# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pysnmp/license.html
#
-from sys import version_info
from pysnmp.hlapi.v3arch.asyncore import ntforg
__all__ = ['sendNotification']
-if version_info[:2] < (2, 6):
- __all__.append('next')
-
- # noinspection PyShadowingBuiltins
- def next(iter):
- return iter.next()
-
def sendNotification(snmpEngine, authData, transportTarget, contextData,
notifyType, *varBinds, **options):