Updated template.

This commit is contained in:
Jeremy Fincher 2004-09-10 06:27:23 +00:00
parent 95877b2d53
commit bf0037d291
1 changed files with 4 additions and 1 deletions

View File

@ -81,14 +81,17 @@ template = '''
Add the module docstring here. This will be used by the setup.py script. Add the module docstring here. This will be used by the setup.py script.
""" """
import supybot
__revision__ = "$%s$" __revision__ = "$%s$"
__author__ = '' __author__ = supybot.authors.unknown
import supybot.plugins as plugins import supybot.plugins as plugins
import supybot.conf as conf import supybot.conf as conf
import supybot.utils as utils import supybot.utils as utils
import supybot.privmsgs as privmsgs import supybot.privmsgs as privmsgs
import supybot.registry as registry
import supybot.callbacks as callbacks import supybot.callbacks as callbacks