Merge pull request #3073 from cowlicks/rename-le-util

Rename certbot.le_util to certbot.util
This commit is contained in:
Peter Eckersley
2016-05-27 14:37:36 -07:00
36 changed files with 181 additions and 183 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(