summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py')
-rw-r--r--pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py b/pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py
index 4732b460..d3e3ee03 100644
--- a/pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py
+++ b/pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py
@@ -4,7 +4,6 @@
# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pysnmp/license.html
#
-from sys import version_info
from pysnmp.hlapi.v1arch.asyncore import ntforg
from pysnmp.hlapi.varbinds import *
from pysnmp.proto import errind
@@ -12,13 +11,6 @@ from pyasn1.type.univ import Null
__all__ = ['sendNotification']
-if version_info[:2] < (2, 6):
- __all__.append('next')
-
- # noinspection PyShadowingBuiltins
- def next(iter):
- return iter.next()
-
def sendNotification(snmpDispatcher, authData, transportTarget,
notifyType, *varBinds, **options):