]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Compile works with both python 2 and 3
authorIan Coleman <coleman.ian@gmail.com>
Fri, 10 Feb 2017 07:09:27 +0000 (18:09 +1100)
committerIan Coleman <coleman.ian@gmail.com>
Fri, 10 Feb 2017 07:09:27 +0000 (18:09 +1100)
compile.py

index 1ab332851c9c6571234e359f91e756df9d4b5dd0..442ee8bfcbd5be689038486ed836b66be4ec6768 100644 (file)
@@ -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())