##// END OF EJS Templates
cleanup: fix some list comprehension redefinitions of existing vars...
cleanup: fix some list comprehension redefinitions of existing vars In all the remaining cases the comprehension variable is used for the same thing as a previous loop variable. This will mute some pyflakes "list comprehension redefines" warnings.
Mads Kiilerich -
r22201:269688a3 default
Show More