Added an __version__ string to Plugin/__init__.py as generated by supybot-newplugin.

This commit is contained in:
Jeremy Fincher 2005-01-30 03:48:14 +00:00
parent 5a46ec4993
commit 2b0450690e
1 changed files with 4 additions and 0 deletions

View File

@ -139,6 +139,10 @@ here.
import supybot
import supybot.world as 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.
__version__ = ""
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.unknown