missing import

This commit is contained in:
James Vega 2004-09-17 20:21:08 +00:00
parent fb569b4ff4
commit 0045c5e69a
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ messages out before most plugins ever look at them. This is a good example of
a plugin's use of inFilter, for aspiring Supybot plugin authors.
"""
import supybot
__revision__ = "$Id$"
__author__ = supybot.authors.jemfinch