summaryrefslogtreecommitdiff
path: root/tools/mergetools.py
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2015-09-22 22:54:11 +0200
committerLinus Nordberg <linus@nordu.net>2015-11-10 12:48:46 +0100
commita1d900e34bc73ea58c4bd1b83b5023343b2b8f01 (patch)
treeacf963e981f41761a2012362416f9d4eebb09101 /tools/mergetools.py
parentcd8df4275c5ba27351edbb53f9a0e7314a546bab (diff)
Get the imports correct.
Diffstat (limited to 'tools/mergetools.py')
-rw-r--r--tools/mergetools.py4
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)