From 26bdda3d0efd554a0abb5d590967323976a09817 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 13 Dec 2015 17:38:36 +0100 Subject: [PATCH] fix certcheck --- certcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certcheck b/certcheck index 065fe0f..09eb9a2 100755 --- a/certcheck +++ b/certcheck @@ -1,7 +1,7 @@ #!/usr/bin/python3 ## Call with "--help" for documentation. -import argparse, certcheck +import argparse, certcheck, os parser = argparse.ArgumentParser(description='Check for soon-to-expire (and already expired) certificates') parser.add_argument("-d", "--days", metavar='N', -- 2.30.2