e6a9de8 py3: remove Exception.message appearances

3 files Authored by stlaz 7 years ago, Committed by pvomacka 7 years ago,
    py3: remove Exception.message appearances
    
    Exception.message is removed in Python3
    
    https://pagure.io/freeipa/issue/4985
    https://pagure.io/freeipa/issue/6874
    
    Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>