1
0
Fork 0
mirror of synced 2024-06-17 06:21:10 -04:00
dotbot/dotbot
Kurt McKee 25497721a3
Make Dispatcher a singleton after first instantiation
This allows plugins to re-instantiate the Dispatcher
(or, now, use the instance cached in `current_dispatcher`)
without knowing what plugins have been loaded by dotbot.

This fixes plugins that want to dispatch to other plugins.

Fixes #339
2023-09-10 10:08:41 -05:00
..
messenger Drop support for Python 2 and Python < 3.6 2023-09-09 20:57:01 -04:00
plugins Drop support for Python 2 and Python < 3.6 2023-09-09 20:57:01 -04:00
util Drop support for Python 2 and Python < 3.6 2023-09-09 20:57:01 -04:00
__init__.py Release 1.20.1 2023-09-10 10:37:02 -04:00
__main__.py Added support to run with python -m 2020-07-23 08:44:06 -07:00
cli.py Improve output of '--version' 2023-07-09 15:26:46 -04:00
config.py Drop support for Python 2 and Python < 3.6 2023-09-09 20:57:01 -04:00
context.py Drop support for Python 2 and Python < 3.6 2023-09-09 20:57:01 -04:00
dispatcher.py Make Dispatcher a singleton after first instantiation 2023-09-10 10:08:41 -05:00
plugin.py Drop support for Python 2 and Python < 3.6 2023-09-09 20:57:01 -04:00