Added default module docstring and imported privmsgs and callbacks by default.

This commit is contained in:
Jeremy Fincher 2003-03-25 07:00:29 +00:00
parent 0afc399bfc
commit eb48daa8d3
1 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,13 @@
# POSSIBILITY OF SUCH DAMAGE.
###
"""
Add the module docstring here. This will be used by the setup.py script.
"""
from baseplugin import *
import privmsgs
import callbacks
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: