From acfbca3b1ff3d1a01b0a2e4b829ae475aef4babc Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 25 Apr 2011 21:29:50 -0400 Subject: [PATCH] ugh *headdesk* --- earwigbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot.py b/earwigbot.py index 47e0ff1..5fe608f 100644 --- a/earwigbot.py +++ b/earwigbot.py @@ -4,7 +4,7 @@ import time from subprocess import * try: - from config import irc_config, secure_config + from config import irc, secure, watcher except ImportError: print """Missing a config file! Make sure you have configured the bot. All *.py.default files in config/ should have their .default extension removed, and the info inside should be corrected."""