From 4b112c6cc8a2d2d617f1927052ce6fa2fd6d9293 Mon Sep 17 00:00:00 2001 From: Daniel Roesler Date: Sat, 28 Nov 2015 09:03:48 -0800 Subject: removed unused imports --- revoke_crt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'revoke_crt.py') diff --git a/revoke_crt.py b/revoke_crt.py index 6ed3ed9..4e127f7 100644 --- a/revoke_crt.py +++ b/revoke_crt.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -import argparse, subprocess, json, os, urllib2, sys, base64, binascii, ssl, \ - hashlib, tempfile, re, time, copy, textwrap, copy +import argparse, subprocess, json, os, urllib2, sys, base64, binascii, copy, \ + tempfile, re def revoke_crt(pubkey, crt): -- cgit v1.2.3