Author strings, yay.

This commit is contained in:
Daniel DiPaolo 2004-05-06 15:12:41 +00:00
parent 583f08f3da
commit a764359d3d
4 changed files with 4 additions and 1 deletions

View File

@ -35,6 +35,7 @@ random "I dunno"-like responses.
"""
__revision__ = "$Id$"
__author__ = "Daniel DiPaolo (Strike) <ddipaolo AT users DOT sf DOT net>"
import os
import time

View File

@ -37,6 +37,7 @@ and if nothing is found, responds with an entry from the "dunno" database.
"""
__revision__="$Id$"
__author__ = "Daniel DiPaolo (Strike) <ddipaolo AT users DOT sf DOT net>"
import plugins

View File

@ -35,6 +35,7 @@ users that can be retrieved later.
"""
__revision__ = "$Id$"
__author__ = "Daniel DiPaolo (Strike) <ddipaolo AT users DOT sf DOT net>"
import plugins

View File

@ -35,7 +35,7 @@ A module for managing and voting on polls.
"""
__revision__ = "$Id$"
__author__ = "Daniel DiPaolo (Strike) <ddipaolo AT users DOT sf DOT net>"
import plugins
import os