freeipa/ipapython/install
Martin Basti 697072cac9 Py3: do not use dict.iteritems()
Py3 does not support iter* methods, this commit replaces 2 occurencies
of iteritems() to items(). The dictionaries there are not big, this is
sufficient we do not need to use six.

https://fedorahosted.org/freeipa/ticket/5623

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
2016-02-23 17:14:33 +01:00
..
__init__.py install: Introduce installer framework ipapython.install 2015-06-08 15:34:11 +00:00
cli.py fix error reporting when installer option is supplied with invalid choice 2015-11-11 10:43:52 +01:00
common.py install: Introduce installer framework ipapython.install 2015-06-08 15:34:11 +00:00
core.py Py3: do not use dict.iteritems() 2016-02-23 17:14:33 +01:00
util.py Use six.with_metaclass to specify metaclasses 2015-09-07 08:00:11 +02:00