Update __init__.py

This commit is contained in:
Gordon Shumway 2020-05-02 19:38:34 -04:00 committed by GitHub
parent dc702a0536
commit 11b7871285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ from . import plugin
from imp import reload
reload(plugin) # In case we're being reloaded.
reload(config)
# Add more reloads here if you add third-party modules and want them to be
# reloaded when this plugin is reloaded. Don't forget to import them as well!