##// END OF EJS Templates
py3: define __next__ in patch.py...
Gregory Szorc -
r35192:a1d2fc32 default
parent child Browse files
Show More
@@ -149,6 +149,8 b' def split(stream):'
149 149 raise StopIteration
150 150 return l
151 151
152 __next__ = next
153
152 154 inheader = False
153 155 cur = []
154 156
General Comments 0
You need to be logged in to leave comments. Login now