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-09-22 22:54:11 +0200
commit92e58c735a30e0363e52972431d9904c1ee6f88e (patch)
treea819f7210f7d7cf9cfacee9375072f8299a89f92 /tools/mergetools.py
parentc1dbf067b1bac24095ad93b68a5f8087d1835a96 (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)