Allowing compilation with Python 2.x and 3.

This commit is contained in:
Jonathan Cross
2017-09-18 01:57:05 +02:00
parent d933c3f731
commit a40d59d904
+1
View File
@@ -1,6 +1,7 @@
import os import os
import re import re
import datetime import datetime
from io import open
# This script generates the bip39-standalone.html file. # This script generates the bip39-standalone.html file.