From: Ian Coleman Date: Fri, 10 Feb 2017 07:09:27 +0000 (+1100) Subject: Compile works with both python 2 and 3 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=10cb3cc04bb5fe5abe2e9ca1bf29a417c07cb5a8 Compile works with both python 2 and 3 --- 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())