We're a *real* package now.

This commit is contained in:
James Vega 2004-08-24 16:09:55 +00:00
parent 96c5cd392e
commit c950921cc3

View File

@ -80,12 +80,12 @@ is available as examples/Random.py):
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 plugins import supybot.plugins as plugins
import conf import supybot.conf as conf
import utils import supybot.utils as utils
import privmsgs import supybot.privmsgs as privmsgs
import callbacks import supybot.callbacks as callbacks
def configure(advanced): def configure(advanced):