diff --git a/letsencrypt/scripts/main.py b/letsencrypt/scripts/main.py index d9658238e..2997d9188 100755 --- a/letsencrypt/scripts/main.py +++ b/letsencrypt/scripts/main.py @@ -180,7 +180,6 @@ def get_all_names(installer): return names - def read_file(filename): """Returns the given file's contents with universal new line support.