Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'letshelp-certbot/letshelp_certbot/apache_test.py')
-rw-r--r--letshelp-certbot/letshelp_certbot/apache_test.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/letshelp-certbot/letshelp_certbot/apache_test.py b/letshelp-certbot/letshelp_certbot/apache_test.py
index a1115bc06..0853046b4 100644
--- a/letshelp-certbot/letshelp_certbot/apache_test.py
+++ b/letshelp-certbot/letshelp_certbot/apache_test.py
@@ -2,19 +2,18 @@
import argparse
import functools
import os
-import pkg_resources
import subprocess
import tarfile
import tempfile
import unittest
-import mock
# six is used in mock.patch()
+import mock
+import pkg_resources
import six # pylint: disable=unused-import
import letshelp_certbot.apache as letshelp_le_apache
-
_PARTIAL_CONF_PATH = os.path.join("mods-available", "ssl.load")
_PARTIAL_LINK_PATH = os.path.join("mods-enabled", "ssl.load")
_CONFIG_FILE = pkg_resources.resource_filename(