From ec5ab99e75369c8886f0ccb5dbdafb5117fe4a53 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Fri, 20 Oct 2017 20:11:38 +0300 Subject: [PATCH] Import order --- certbot-apache/certbot_apache/configurator.py | 2 +- certbot-apache/certbot_apache/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot-apache/certbot_apache/configurator.py b/certbot-apache/certbot_apache/configurator.py index 71a42e555..43c55be8a 100644 --- a/certbot-apache/certbot_apache/configurator.py +++ b/certbot-apache/certbot_apache/configurator.py @@ -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 diff --git a/certbot-apache/certbot_apache/constants.py b/certbot-apache/certbot_apache/constants.py index 56ce2df4e..9fc155c8f 100644 --- a/certbot-apache/certbot_apache/constants.py +++ b/certbot-apache/certbot_apache/constants.py @@ -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",