aboutsummaryrefslogtreecommitdiff
path: root/compile.py
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2017-02-10 18:09:27 +1100
committerIan Coleman <coleman.ian@gmail.com>2017-02-10 18:09:27 +1100
commit10cb3cc04bb5fe5abe2e9ca1bf29a417c07cb5a8 (patch)
treed3688d0f81d7c3b7ef1e9ed03a1282e515fefdb6 /compile.py
parent5ed50bd903c6b7b45c3a9b831626a0f3d3a1d7d1 (diff)
downloadBIP39-10cb3cc04bb5fe5abe2e9ca1bf29a417c07cb5a8.tar.gz
BIP39-10cb3cc04bb5fe5abe2e9ca1bf29a417c07cb5a8.tar.zst
BIP39-10cb3cc04bb5fe5abe2e9ca1bf29a417c07cb5a8.zip
Compile works with both python 2 and 3
Diffstat (limited to 'compile.py')
-rw-r--r--compile.py2
1 files changed, 1 insertions, 1 deletions
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')
45f.write(page) 45f.write(page)
46f.close() 46f.close()
47 47
48print "%s - DONE" % datetime.datetime.now() 48print("%s - DONE" % datetime.datetime.now())