7c0a764 makePickle now needs to return bytes

Authored and Committed by bcl 8 years ago
    makePickle now needs to return bytes
    
    It gets fed through socket.sendall which can no longer handle strings.
    
        
file modified
+1 -1