err-elizabot

a classic electronic shrink for the chatbot err
git clone https://git.ce9e.org/err-elizabot.git

commit
38f6c104ff6fdfd4eedd51646a52973176b83d00
parent
042bfbf158117c681257fb2ebd8eb74c2201190e
Author
Guillaume BINET <gbin@gootz.net>
Date
2012-05-21 14:23
Still wrong import + missing __init__

Diffstat

A __init__.py 0
M elizaBot.py 2 +-

2 files changed, 1 insertions, 1 deletions


diff --git a/__init__.py b/__init__.py

diff --git a/elizaBot.py b/elizaBot.py

@@ -1,5 +1,5 @@
    1     1 from botplugin import BotPlugin
    2    -1 import eliza
   -1     2 from eliza import eliza
    3     3 from jabberbot import botcmd
    4     4 from utils import get_jid_from_message
    5     5