mirror of https://github.com/fail2ban/fail2ban
code review
parent
f67053c2ec
commit
37952ab75f
|
@ -35,9 +35,9 @@ logSys = getLogger(__name__)
|
|||
_logLevel = 6
|
||||
|
||||
class ConfigReader():
|
||||
"""Config reader class (previously ConfigWrapper).
|
||||
"""Generic config reader class.
|
||||
|
||||
Automatically shares or use already shared instance of ConfigReaderUnshared.
|
||||
A caching adapter which automatically reuses already shared configuration.
|
||||
"""
|
||||
|
||||
def __init__(self, use_config=None, share_config=None, **kwargs):
|
||||
|
|
Loading…
Reference in New Issue