]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - compile.py
Compile works with both python 2 and 3
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / 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())