mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Move constants.py to _internal (#7534)
* Don't call core constants from nginx plugin * Move constants.py to _internal/ * Move ENHANCEMENTS from now-internal constants to public plugins.enhancements * Update display.enhancements.ask from its 2015 comment
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
||||
import shutil
|
||||
import tempfile
|
||||
|
||||
from certbot import constants
|
||||
from certbot._internal import constants
|
||||
from certbot_compatibility_test import errors
|
||||
from certbot_compatibility_test import util
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import tarfile
|
||||
import josepy as jose
|
||||
|
||||
from certbot.tests import util as test_util
|
||||
from certbot import constants
|
||||
from certbot._internal import constants
|
||||
|
||||
from certbot_compatibility_test import errors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user