##// END OF EJS Templates
py3: replace list comprehension with for-loop due to scope...
py3: replace list comprehension with for-loop due to scope The scope of the list comprehension variable 'x' will be limited to the list comprehension in python3. Thus switching to a full loop (without this scope restriction) in preparation for python3.
Lars Kruse -
r6788:bfd7fc9a default
Show More
Name Size Modified Last Commit Author
/ kallithea / controllers
admin
api
__init__.py Loading ...
changelog.py Loading ...
changeset.py Loading ...
compare.py Loading ...
error.py Loading ...
feed.py Loading ...
files.py Loading ...
followers.py Loading ...
forks.py Loading ...
home.py Loading ...
journal.py Loading ...
login.py Loading ...
pullrequests.py Loading ...
root.py Loading ...
search.py Loading ...
summary.py Loading ...