Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pip_install_editable.py')
-rwxr-xr-xtools/pip_install_editable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip_install_editable.py b/tools/pip_install_editable.py
index 8eaf3a9fa..3f7c02ba9 100755
--- a/tools/pip_install_editable.py
+++ b/tools/pip_install_editable.py
@@ -8,6 +8,7 @@ import sys
import pip_install
+
def main(args):
new_args = []
for arg in args: