]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Allowing compilation with Python 2.x and 3.
authorJonathan Cross <jcross@gmail.com>
Sun, 17 Sep 2017 23:57:05 +0000 (01:57 +0200)
committerJonathan Cross <jcross@gmail.com>
Sun, 17 Sep 2017 23:57:05 +0000 (01:57 +0200)
compile.py

index ac952734e0c585e456ca5c4ad103f242ed95d99f..0e7d237f84aaf871c87b530e0bdb927a1ed4d273 100644 (file)
@@ -1,6 +1,7 @@
 import os
 import re
 import datetime
+from io import open
 
 # This script generates the bip39-standalone.html file.