Hi Milan, As we are eventialy going to move to python3, I would make the code python3-compatible:
1. from __future__ import unicode_literals 2. get rid of all u's in front of the strings On the other hand, we can make a separate commit with only py3-related changes. On 01/07/2016 09:26 AM, Milan Kubík wrote: > Fixes problems in tests uncovered by dns check introduced in ipa 4.3 > > > -- Oleg Fayans Quality Engineer FreeIPA team RedHat. -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code
