Added an extra (elucidating) comment to the __init__.py template for importing/reloading third-party modules.

This commit is contained in:
Jeremy Fincher 2005-01-29 07:43:56 +00:00
parent 6f2aec352a
commit fe82ad63e0
1 changed files with 2 additions and 0 deletions

View File

@ -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