Fixed almost all pylint errors in apache_configurator

This commit is contained in:
James Kasten
2014-11-29 00:14:37 -08:00
parent 90aab1ab7e
commit 0c11418caf
3 changed files with 301 additions and 289 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -596,7 +596,7 @@ class Client(object):
# one "challenge object" is issued for all sni_challenges
challenge_objs.append({
"type": "dvsni",
"listSNITuple": sni_todo,
"list_sni_tuple": sni_todo,
"dvsni_key": os.path.abspath(self.key_file),
})
challenge_obj_indices.append(sni_satisfies)
+1 -1
View File
@@ -82,7 +82,7 @@ class Configurator(object):
"""Restart or refresh the server content."""
raise NotImplementedError()
def perform(self, chall_type, tup):
def perform(self, chall_dict):
"""Perform the given challenge"""
raise NotImplementedError()