mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Added an extra (elucidating) comment to the __init__.py template for importing/reloading third-party modules.
This commit is contained in:
parent
6f2aec352a
commit
fe82ad63e0
@ -149,6 +149,8 @@ __contributors__ = {}
|
|||||||
import config
|
import config
|
||||||
import plugin
|
import plugin
|
||||||
reload(plugin) # In case we\'re being reloaded.
|
reload(plugin) # In case we\'re being reloaded.
|
||||||
|
# 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!
|
||||||
|
|
||||||
if world.testing:
|
if world.testing:
|
||||||
import test
|
import test
|
||||||
|
Loading…
Reference in New Issue
Block a user