mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-23 00:25:18 +00:00
Remove dependency on pycountries
This commit is contained in:
parent
e3690bedf2
commit
d5dcadc346
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user