Fix the __authors__/__contributors__ thing.

This commit is contained in:
Jeremy Fincher 2004-08-23 12:16:22 +00:00
parent 1c5faf37b2
commit 2c05cac06d
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
###
# Copyright (c) 2002, Jeremiah Fincher
# Copyright (c) 2002, 2003, 2004, Jeremiah Fincher, Grant Bowman, et alii
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -33,9 +33,7 @@
Provides a multitude of fun, useless commands.
"""
__author__ = "jemfinch"
__revision__ = "$Id$"
__contributors__ = ["Grant Bowman <grantbow@grantbow.com>"]
import supybot.plugins as plugins