mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:22:16 +02:00
Make uncomplicated modules private (#7528)
* Create _internal package for Certbot's non-public modules * Move account.py to _internal * Move auth_handler.py to _internal * Move cert_manager.py to _internal * Move client.py to _internal * Move error_handler.py to _internal * Move lock.py to _internal * Move main.py to _internal * Move notify.py to _internal * Move ocsp.py to _internal * Move renewal.py to _internal * Move reporter.py to _internal * Move storage.py to _internal * Move updater.py to _internal * update apache and nginx oldest requirements * Keep the lock file as certbot.lock * nginx oldest tests still need to rely on newer certbot * python doesn't have good dependency resolution, so specify the transitive dependency * update required minimum versions in nginx setup.py
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ from cryptography.hazmat.backends import default_backend
|
||||
from cryptography.hazmat.primitives import serialization, hashes # type: ignore
|
||||
from cryptography.hazmat.primitives.asymmetric import rsa
|
||||
|
||||
from certbot import lock
|
||||
from certbot._internal import lock
|
||||
from certbot import util
|
||||
from certbot.compat import filesystem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user