mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-29 15:01:11 -05:00
Update __init__.py
This commit is contained in:
parent
dc702a0536
commit
11b7871285
@ -67,6 +67,7 @@ from . import plugin
|
|||||||
from imp import reload
|
from imp import reload
|
||||||
|
|
||||||
reload(plugin) # In case we're being reloaded.
|
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
|
# 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!
|
# reloaded when this plugin is reloaded. Don't forget to import them as well!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user