From 10cb3cc04bb5fe5abe2e9ca1bf29a417c07cb5a8 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Fri, 10 Feb 2017 18:09:27 +1100 Subject: [PATCH] Compile works with both python 2 and 3 --- compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.py b/compile.py index 1ab3328..442ee8b 100644 --- a/compile.py +++ b/compile.py @@ -45,4 +45,4 @@ f = open('bip39-standalone.html', 'w') f.write(page) f.close() -print "%s - DONE" % datetime.datetime.now() +print("%s - DONE" % datetime.datetime.now()) -- 2.41.0