From: Jonathan Cross Date: Sun, 17 Sep 2017 23:57:05 +0000 (+0200) Subject: Allowing compilation with Python 2.x and 3. X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=a40d59d9041c05ae6b257875794a4ea3b6914d33;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git Allowing compilation with Python 2.x and 3. --- diff --git a/compile.py b/compile.py index ac95273..0e7d237 100644 --- a/compile.py +++ b/compile.py @@ -1,6 +1,7 @@ import os import re import datetime +from io import open # This script generates the bip39-standalone.html file.