From d5dcadc34696777033de2dcea4c50f83b82764a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 26 Mar 2017 20:47:45 +0000 Subject: [PATCH] Remove dependency on pycountries --- certidude/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/certidude/cli.py b/certidude/cli.py index aa0fc9d..69c1c2a 100755 --- a/certidude/cli.py +++ b/certidude/cli.py @@ -958,7 +958,6 @@ def certidude_list(verbose, show_key_type, show_extensions, show_path, show_sign # r - revoked from certidude import authority - from pycountry import countries def dump_common(common_name, path, cert): click.echo("certidude revoke %s" % common_name)