debian-koji/cli
Mike Bonnet 7aef1232d8 remove use of dict comprehensions to retain python 2.6 support
Dict comprehensions (PEP-274) were added to python 2.7+. The patch that added the --mine
option to list-tasks made use of a dict comprehension, which broke python 2.6 support.
This patch restores the older dict() + list comprehension approach, which restores
support for python 2.6.
2016-03-18 16:47:33 -04:00
..
koji remove use of dict comprehensions to retain python 2.6 support 2016-03-18 16:47:33 -04:00
koji.conf Remove dead client CA code 2015-12-10 18:51:10 -05:00
Makefile process conf.d dirs in koji cli (based on a patch by Pavol Babincak) 2014-03-16 22:30:31 -04:00