freeipa/doc
Petr Viktorin 462f4a5161 Use print_function future definition wherever print() is used
Pylint considers `print` a statement if the __future__ import is
not present, even if it's used like a function with one argument.

Add the __future__ import to files `pylint --py3k` complains about.

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

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-01-20 11:59:21 +01:00
..
examples Use print_function future definition wherever print() is used 2016-01-20 11:59:21 +01:00
guide py3: Remove py3 incompatible exception handling 2016-01-13 09:54:03 +01:00