From fe82ad63e0f04dd2ec93bcb0709b33e0a1783fea Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 29 Jan 2005 07:43:56 +0000 Subject: [PATCH] Added an extra (elucidating) comment to the __init__.py template for importing/reloading third-party modules. --- scripts/supybot-newplugin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/supybot-newplugin b/scripts/supybot-newplugin index cfc028d48..eee9fea02 100644 --- a/scripts/supybot-newplugin +++ b/scripts/supybot-newplugin @@ -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