d665224 session_storage: Correctly handle string/byte types

2 files Authored by stlaz 6 years ago, Committed by mbabinsk 6 years ago,
    session_storage: Correctly handle string/byte types
    
    In session_storage.py, store_data() stores data as the bytes data
    type but get_data() is returning a string. Have get_data() return
    bytes as well.
    
    https://pagure.io/freeipa/issue/4985
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+4 -1
file modified
+1 -1