# HG changeset patch # User Jeff Hammel # Date 1606251951 28800 # Node ID 2fc286e008f556b0b710d1e8daea972985369c04 # Parent abf99a03a6c6a3abc78358874b3914d7ddd08736 py3 diff -r abf99a03a6c6 -r 2fc286e008f5 toolbox/util.py --- a/toolbox/util.py Tue Nov 24 13:04:57 2020 -0800 +++ b/toolbox/util.py Tue Nov 24 13:05:51 2020 -0800 @@ -56,4 +56,4 @@ # test set encoding testjson['set'] = set([1,2,3,2]) - print json.dumps(testjson, cls=JSONEncoder) + print(json.dumps(testjson, cls=JSONEncoder))