1
0
mirror of https://github.com/certbot/certbot.git synced 2025-07-28 21:42:01 +03:00

Remove letshelp-certbot (#7761)

* remove references to letshelp

* remove letshelp files

* Remove line continuation

Co-authored-by: ohemorange <ebportnoy@gmail.com>
This commit is contained in:
Brad Warren
2020-02-14 17:19:19 -08:00
committed by GitHub
parent 3f52695ec2
commit fd64c8c33b
32 changed files with 6 additions and 1714 deletions

View File

@ -10,7 +10,7 @@ from pylint.checkers import BaseChecker
from pylint.interfaces import IAstroidChecker
# Modules in theses packages can import the os module.
WHITELIST_PACKAGES = ['acme', 'certbot_compatibility_test', 'letshelp_certbot', 'lock_test']
WHITELIST_PACKAGES = ['acme', 'certbot_compatibility_test', 'lock_test']
class ForbidStandardOsModule(BaseChecker):