Created by: esparta
Two files has some calls to the enumerate() function which is not needed. This can improve the speed of the csvcut & csvgrep with big files.
These changes passes the test with tox on my machine. I think there's no need for new tests cases.