mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-08 20:18:07 -05:00
Translation objects have support for format(). This allows to get rid of unicode() which has been removed in Python3. Also some messages to be translated at request time should not use format() Fixes: https://pagure.io/freeipa/issue/7586 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>