5249eb8 client: use exceptions instead of return states

2 files Authored by mbasti 7 years ago, Committed by jcholast 7 years ago,
    client: use exceptions instead of return states
    
    Python has builtin exceptions which can be used very well to handling
    errors in python instead of returning error states (C style)
    
    Exception will allow better client-server integration in future
    
    https://fedorahosted.org/freeipa/ticket/6392
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    
        
file modified
+9 -10
file modified
+100 -81