diff --git a/scripts/supybot-plugin-create b/scripts/supybot-plugin-create index 0ceed7d72..c613473ef 100644 --- a/scripts/supybot-plugin-create +++ b/scripts/supybot-plugin-create @@ -157,8 +157,7 @@ import sys import supybot from supybot import world -# Use this for the version of this plugin. You may wish to put a CVS keyword -# in here if you're keeping the plugin in CVS or some similar system. +# Use this for the version of this plugin. __version__ = "" # XXX Replace this with an appropriate author or supybot.Author instance.