From a40d59d9041c05ae6b257875794a4ea3b6914d33 Mon Sep 17 00:00:00 2001 From: Jonathan Cross Date: Mon, 18 Sep 2017 01:57:05 +0200 Subject: [PATCH] Allowing compilation with Python 2.x and 3. --- compile.py | 1 + 1 file changed, 1 insertion(+) 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. -- 2.41.0