mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
We're a *real* package now.
This commit is contained in:
parent
96c5cd392e
commit
c950921cc3
10
docs/EXAMPLE
10
docs/EXAMPLE
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user