Compile works with both python 2 and 3

This commit is contained in:
Ian Coleman
2017-02-10 18:09:27 +11:00
parent 5ed50bd903
commit 10cb3cc04b

View 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())