freeipa/ipatests/test_cmdline
Jan Cholasta 23507e6124 Alias "unicode" to "str" under Python 3
The six way of doing this is to replace all occurences of "unicode"
with "six.text_type". However, "unicode" is non-ambiguous and
(arguably) easier to read. Also, using it makes the patches smaller,
which should help with backporting.

Reviewed-By: Petr Viktorin <pviktori@redhat.com>
2015-09-17 11:08:43 +02:00
..
cmdline.py Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
test_cli.py Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +02:00
test_help.py Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +02:00
test_ipagetkeytab.py Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00