mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 09:29:24 +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 plugin
|
||||
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:
|
||||
import test
|
||||
|
Loading…
Reference in New Issue
Block a user