Fixup some import issues

master
moneromooo 10 years ago
parent a10b98eeba
commit 85a7348571

@ -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 = []

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

@ -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

@ -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():

Loading…
Cancel
Save