diff options
Diffstat (limited to 'tools/mergetools.py')
-rw-r--r-- | tools/mergetools.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/mergetools.py b/tools/mergetools.py index 7f1b2af..c474796 100644 --- a/tools/mergetools.py +++ b/tools/mergetools.py @@ -9,9 +9,7 @@ import struct import urllib import urllib2 import json -from certtools import get_leaf_hash, create_sth_signature, \ - check_sth_signature, get_eckey_from_file, http_request, \ - get_leaf_hash, decode_certificate_chain +from certtools import get_leaf_hash, http_request, get_leaf_hash def parselogrow(row): return base64.b16decode(row, casefold=True) |