changeset 10:2fc286e008f5

py3
author Jeff Hammel <k0scist@gmail.com>
date Tue, 24 Nov 2020 13:05:51 -0800
parents abf99a03a6c6
children 1c6dbeb4ddab
files toolbox/util.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))