More le_util in docs and compatibility tests

This commit is contained in:
Blake Griffith
2016-05-26 15:57:50 -05:00
parent 2d121585c9
commit b05258243a
3 changed files with 7 additions and 7 deletions
@@ -47,10 +47,10 @@ class Proxy(configurators_common.Proxy):
"certbot_apache.parser.subprocess",
mock_subprocess).start()
mock.patch(
"certbot.le_util.subprocess",
"certbot.util.subprocess",
mock_subprocess).start()
mock.patch(
"certbot_apache.configurator.le_util.exe_exists",
"certbot_apache.configurator.util.exe_exists",
_is_apache_command).start()
patch = mock.patch(
-5
View File
@@ -1,5 +0,0 @@
:mod:`certbot.le_util`
--------------------------
.. automodule:: certbot.le_util
:members:
+5
View File
@@ -0,0 +1,5 @@
:mod:`certbot.util`
--------------------------
.. automodule:: certbot.util
:members: