From 2b8f2cc1130976ce8d14cd69388c5d5c588feb39 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 28 Feb 2015 20:40:33 +0000 Subject: [PATCH] rm letsencrypt.py, chmod -x, remove sheebangs --- letsencrypt.py | 1 - letsencrypt/client/standalone_authenticator.py | 0 letsencrypt/scripts/main.py | 1 - setup.py | 1 - 4 files changed, 3 deletions(-) delete mode 120000 letsencrypt.py mode change 100755 => 100644 letsencrypt/client/standalone_authenticator.py mode change 100755 => 100644 letsencrypt/scripts/main.py mode change 100755 => 100644 setup.py diff --git a/letsencrypt.py b/letsencrypt.py deleted file mode 120000 index 77b93ee70..000000000 --- a/letsencrypt.py +++ /dev/null @@ -1 +0,0 @@ -letsencrypt/scripts/main.py \ No newline at end of file diff --git a/letsencrypt/client/standalone_authenticator.py b/letsencrypt/client/standalone_authenticator.py old mode 100755 new mode 100644 diff --git a/letsencrypt/scripts/main.py b/letsencrypt/scripts/main.py old mode 100755 new mode 100644 index 989e07f96..d1df56c09 --- a/letsencrypt/scripts/main.py +++ b/letsencrypt/scripts/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """Parse command line and call the appropriate functions. .. todo:: Sanity check all input. Be sure to avoid shell code etc... diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 1fc643304..60d68f4a1 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python import codecs import os import re