From: iancoleman Date: Tue, 19 Sep 2017 00:26:32 +0000 (+1000) Subject: Merge pull request #116 from jonathancross/iancoleman-bip39-compile X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=0197de27954c427e7ab70787926dc26dd1c1581f;hp=d933c3f731ba0f854e07dda73f60c39c70b11526 Merge pull request #116 from jonathancross/iancoleman-bip39-compile Allowing compilation with Python 2.x --- 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.