28c3bc6 notification: Fix running on Python 3

Authored and Committed by lsedlar 6 years ago
    notification: Fix running on Python 3
    
    The input is given as unicode value, not a bytestring. We need universal
    newlines to handle the conversion as needed.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+1 -0
file modified
+1 -1