mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Remove unused Apache-related variables
This commit is contained in:
parent
89f576babb
commit
7b67ba6797
2 changed files with 0 additions and 8 deletions
|
|
@ -17,10 +17,6 @@ from certbot_compatibility_test import util
|
|||
from certbot_compatibility_test.configurators import common as configurators_common
|
||||
|
||||
|
||||
APACHE_VERSION_REGEX = re.compile(r"Apache/([0-9\.]*)", re.IGNORECASE)
|
||||
APACHE_COMMANDS = ["apachectl", "a2enmod", "a2dismod"]
|
||||
|
||||
|
||||
@zope.interface.implementer(interfaces.IConfiguratorProxy)
|
||||
class Proxy(configurators_common.Proxy):
|
||||
# pylint: disable=too-many-instance-attributes
|
||||
|
|
|
|||
|
|
@ -17,10 +17,6 @@ from certbot_compatibility_test import util
|
|||
from certbot_compatibility_test.configurators import common as configurators_common
|
||||
|
||||
|
||||
# APACHE_VERSION_REGEX = re.compile(r"Apache/([0-9\.]*)", re.IGNORECASE)
|
||||
# XXX APACHE_COMMANDS = ["apachectl", "a2enmod", "a2dismod"]
|
||||
|
||||
|
||||
@zope.interface.implementer(interfaces.IConfiguratorProxy)
|
||||
class Proxy(configurators_common.Proxy):
|
||||
# pylint: disable=too-many-instance-attributes
|
||||
|
|
|
|||
Loading…
Reference in a new issue