mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Import order
This commit is contained in:
parent
9bbf9d4cca
commit
ec5ab99e75
2 changed files with 2 additions and 2 deletions
|
|
@ -19,13 +19,13 @@ from certbot import util
|
|||
from certbot.plugins import common
|
||||
from certbot.plugins.util import path_surgery
|
||||
|
||||
from certbot_apache import apache_util
|
||||
from certbot_apache import augeas_configurator
|
||||
from certbot_apache import constants
|
||||
from certbot_apache import display_ops
|
||||
from certbot_apache import tls_sni_01
|
||||
from certbot_apache import obj
|
||||
from certbot_apache import parser
|
||||
from certbot_apache import apache_util
|
||||
|
||||
from collections import defaultdict
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ from certbot import util
|
|||
|
||||
from certbot.plugins import common
|
||||
|
||||
from certbot_apache import override_debian
|
||||
from certbot_apache import override_centos
|
||||
from certbot_apache import override_debian
|
||||
|
||||
CLI_DEFAULTS_DEFAULT = dict(
|
||||
server_root="/etc/apache2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue