• Adrian Reber's avatar
    report_mirror: fix python3 errors · eafbed01
    Adrian Reber authored
    
    
    xmlrpclib has a different name in python3 than python2, this handles
    this.
    
    Compressing a string in python3 and transferring it over xmlrpc to a
    python2 server requires some encode()s and decode()s. This seems to work
    with the current python2 server and python2 and python3 clients.
    
    Signed-off-by: default avatarAdrian Reber <adrian@lisas.de>
    eafbed01