forked from VimPlug/jedi
resolved parent issue of params -> generators working now! / fixed path problem with tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
def next(iterator, default=None):
|
||||
def next(iterator, default=1):
|
||||
if hasattr("next"):
|
||||
return iterator.next()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user