freeipa/ipalib
Jan Cholasta cf9bf9dcaf Use six.python_2_unicode_compatible
Rename __unicode__ to __str__ in classes which define it and use the
six.python_2_unicode_compatible decorator on them to make them compatible with
both Python 2 and 3.

Additional changes were required for the ipapython.dnsutil.DNSName class,
because it defined both __str__ and __unicode__.

Reviewed-By: Petr Viktorin <pviktori@redhat.com>
2015-09-07 08:00:11 +02:00
..
plugins certprofile: remove 'rename' option 2015-09-02 13:47:48 +02:00
__init__.py Use absolute imports 2015-08-12 18:17:23 +02:00
aci.py Use new-style raise syntax 2015-09-01 11:42:01 +02:00
backend.py Use absolute imports 2015-08-12 18:17:23 +02:00
base.py Modernize use of range() 2015-09-01 11:42:01 +02:00
capabilities.py dns_name_values capability added 2014-06-03 15:55:32 +02:00
certstore.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
cli.py Use the print function 2015-09-01 11:42:01 +02:00
config.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
constants.py Revert "Hide topology and domainlevel features" 2015-07-10 15:26:50 +02:00
crud.py Use absolute imports 2015-08-12 18:17:23 +02:00
errors.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
frontend.py Replace uses of map() 2015-09-01 11:42:01 +02:00
krb_utils.py Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
messages.py Use the print function 2015-09-01 11:42:01 +02:00
output.py Use absolute imports 2015-08-12 18:17:23 +02:00
parameters.py Modernize use of range() 2015-09-01 11:42:01 +02:00
pkcs10.py Use the print function 2015-09-01 11:42:01 +02:00
plugable.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
request.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
rpc.py Use six.integer_types instead of (long, int) 2015-09-01 11:42:01 +02:00
session.py Use absolute imports 2015-08-12 18:17:23 +02:00
text.py Use six.python_2_unicode_compatible 2015-09-07 08:00:11 +02:00
util.py Replace uses of map() 2015-09-01 11:42:01 +02:00
x509.py Use the print function 2015-09-01 11:42:01 +02:00