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:
authorBrad Warren <bmw@users.noreply.github.com>2020-02-07 11:08:41 +0300
committerGitHub <noreply@github.com>2020-02-07 11:08:41 +0300
commit86a6cc53cfc537949214dfea2bd87f227de19215 (patch)
tree546f2354907fd48e7950c162463894e48e28aa20
parent1859fb059d598021703a79a50f60393ed8887759 (diff)
Remove text that certbot.tests.utils isn't public (#7754)
-rw-r--r--certbot/certbot/tests/util.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/certbot/certbot/tests/util.py b/certbot/certbot/tests/util.py
index 02abe0a31..a9870b0fd 100644
--- a/certbot/certbot/tests/util.py
+++ b/certbot/certbot/tests/util.py
@@ -1,8 +1,4 @@
-"""Test utilities.
-
-.. warning:: This module is not part of the public API.
-
-"""
+"""Test utilities."""
import logging
from multiprocessing import Event
from multiprocessing import Process