Remove unused Apache-related variables

This commit is contained in:
Seth Schoen 2016-07-29 17:14:23 -07:00
parent 89f576babb
commit 7b67ba6797
2 changed files with 0 additions and 8 deletions

View file

@ -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

View file

@ -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