##// END OF EJS Templates
util: clean up trailing whitespace
Augie Fackler -
r12086:dba2db7a default
parent child Browse files
Show More
@@ -950,7 +950,7 b' class chunkbuffer(object):'
950 950 buf += chunk
951 951
952 952 return buf
953
953
954 954 def filechunkiter(f, size=65536, limit=None):
955 955 """Create a generator that produces the data in the file size
956 956 (default 65536) bytes at a time, up to optional limit (default is
General Comments 0
You need to be logged in to leave comments. Login now