removed support for multiple interpreters
This commit is contained in:
parent
8cffe7cc96
commit
bb6f7ea26f
@ -45,8 +45,6 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
|
|||||||
__DESCRIPTION__ = """The Module {\\tt %s} is designed to help with task issues like periodic tasks, delayed tasks, queues, threaded queues and crontabs.
|
__DESCRIPTION__ = """The Module {\\tt %s} is designed to help with task issues like periodic tasks, delayed tasks, queues, threaded queues and crontabs.
|
||||||
For more Information read the documentation.""" % __name__.replace('_', '\\_')
|
For more Information read the documentation.""" % __name__.replace('_', '\\_')
|
||||||
"""The Module Description"""
|
"""The Module Description"""
|
||||||
__INTERPRETER__ = (3, )
|
|
||||||
"""The Tested Interpreter-Versions"""
|
|
||||||
|
|
||||||
|
|
||||||
class queue(object):
|
class queue(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user