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

@ -28,7 +28,7 @@ from tipbot.log import log_error, log_warn, log_info, log_log
from tipbot.utils import *
from tipbot.irc import *
from tipbot.redisdb import *
import tipbot.command_manager
from tipbot.command_manager import *
selected_coin = None
modulenames = []

View File

@ -10,6 +10,7 @@
#
import tipbot.config as config
from tipbot.utils import *
from tipbot.irc import *
commands = dict()

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

View File

@ -18,7 +18,6 @@ import tipbot.coinspecs as coinspecs
from tipbot.log import log_error, log_warn, log_info, log_log
from tipbot.irc import *
from tipbot.redisdb import *
from tipbot.command_manager import *
def GetPassword():