removed support for multiple interpreters
This commit is contained in:
parent
b79f5a88cd
commit
7fe492dce2
@ -57,8 +57,6 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
|
|||||||
__DESCRIPTION__ = """The Module {\\tt %s} is designed to help with python logging and to support some handlers for logging to memory.
|
__DESCRIPTION__ = """The Module {\\tt %s} is designed to help with python logging and to support some handlers for logging to memory.
|
||||||
For more Information read the sphinx documentation.""" % __name__.replace('_', '\\_')
|
For more Information read the sphinx documentation.""" % __name__.replace('_', '\\_')
|
||||||
"""The Module Description"""
|
"""The Module Description"""
|
||||||
__INTERPRETER__ = (3, )
|
|
||||||
"""The Tested Interpreter-Versions"""
|
|
||||||
|
|
||||||
JOURNAL_FMT = "%(levelname)8s - %(name)s - %(message)s"
|
JOURNAL_FMT = "%(levelname)8s - %(name)s - %(message)s"
|
||||||
""" A short journal formatter including the most important information"""
|
""" A short journal formatter including the most important information"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user