Merge pull request #116 from jonathancross/iancoleman-bip39-compile

Allowing compilation with Python 2.x
This commit is contained in:
iancoleman
2017-09-19 10:26:32 +10:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
import os
import re
import datetime
from io import open
# This script generates the bip39-standalone.html file.