Fixup some import issues

This commit is contained in:
moneromooo 2014-12-31 10:30:07 +00:00
parent a10b98eeba
commit 85a7348571
4 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@ import tipbot.config as config
from tipbot.log import log_error, log_warn, log_info, log_log
from tipbot.utils import *
from tipbot.redisdb import *
from tipbot.command_manager import *
last_wallet_update_time = None