5cc54cd gather: Fix checking string type

Authored and Committed by lsedlar 6 years ago
    gather: Fix checking string type
    
    There is no unicode on Python 3, we should use six to hide this detail.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>