f30e8fc Use print_function future definition wherever print() is used

3 files Authored by pviktori 8 years ago, Committed by jcholast 8 years ago,
    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>
    
        
file modified
+1 -0