mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Remove unused script cruft
This commit is contained in:
parent
9338254511
commit
30dfcaf09d
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Find all Python imports.
|
||||
#
|
||||
# ./tools/deps.sh certbot
|
||||
# ./tools/deps.sh acme
|
||||
# ./tools/deps.sh certbot-apache
|
||||
# ...
|
||||
#
|
||||
# Manually compare the output with deps in setup.py.
|
||||
|
||||
git grep -h -E '^(import|from.*import)' $1/ | \
|
||||
awk '{print $2}' | \
|
||||
grep -vE "^$1" | \
|
||||
sort -u
|
||||
Loading…
Reference in a new issue