eric6/QScintilla/SpellChecker.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 6942
2602857055c5
child 7229
53054eb5b15a
--- a/eric6/QScintilla/SpellChecker.py	Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/QScintilla/SpellChecker.py	Sat Aug 31 12:58:11 2019 +0200
@@ -546,12 +546,3 @@
                     return self
         
         raise StopIteration
-    
-    if sys.version_info.major == 2:
-        def next(self):
-            """
-            Public method to advance to the next error.
-            
-            @return self
-            """
-            return self.__next__()

eric ide

mercurial