fix certcheck
authorRalf Jung <post@ralfj.de>
Sun, 13 Dec 2015 16:38:36 +0000 (17:38 +0100)
committerRalf Jung <post@ralfj.de>
Sun, 13 Dec 2015 16:38:36 +0000 (17:38 +0100)
certcheck

index 065fe0f51153ea8e97ccddbbc84254268b94b8de..09eb9a25a7ff3af0630fd59d0bc64f27c293583e 100755 (executable)
--- 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',