1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-09-28 21:11:42 +00:00

Remove dependency on pycountries

This commit is contained in:
Lauri Võsandi 2017-03-26 20:47:45 +00:00
parent e3690bedf2
commit d5dcadc346

View File

@ -958,7 +958,6 @@ def certidude_list(verbose, show_key_type, show_extensions, show_path, show_sign
# r - revoked # r - revoked
from certidude import authority from certidude import authority
from pycountry import countries
def dump_common(common_name, path, cert): def dump_common(common_name, path, cert):
click.echo("certidude revoke %s" % common_name) click.echo("certidude revoke %s" % common_name)