76d1bab dnsutil: Rename __nonzero__ to __bool__

1 file Authored by pviktori 8 years ago, Committed by jcholast 8 years ago,
    dnsutil: Rename __nonzero__ to __bool__
    
    In Python 3, this special method got renamed. Set both to the same
    function to keep compatibility.
    
    https://fedorahosted.org/freeipa/ticket/5623
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+3 -1