Files
@ bdb79ef2c879
Branch filter:
Location: kallithea/kallithea/lib/vcs/backends/__init__.py
bdb79ef2c879
1.8 KiB
text/x-python
py3: drop .keys when we don't need them
In python 3 they will be iterators and mostly useless ... but they are already
mostly redundant in py2.
In python 3 they will be iterators and mostly useless ... but they are already
mostly redundant in py2.