Fix imports/dependencies.

Add kitchen (which is an unlisted dep of simplemediawiki).
Fix the logging.config import statement.

Change-Id: I9b82b64d4da2be5ab0f8d2a2e3b74631915b732f
This commit is contained in:
James E. Blair 2013-03-29 15:36:36 -07:00
parent 7c14dc8209
commit 336c7d9992
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import argparse
import ConfigParser
import daemon
import irc.bot
import logging
import logging.config
import os
import threading
import time

View File

@ -1,3 +1,4 @@
simplemediawiki
irc
python-daemon
kitchen