suppress tkinter
This commit is contained in:
parent
3f6f981847
commit
4afe7e45c3
@ -17,6 +17,10 @@
|
||||
|
||||
# Imports some useful libraries
|
||||
import logger, config
|
||||
try:
|
||||
from tkinter import *
|
||||
except:
|
||||
pass
|
||||
import os, sqlite3, core
|
||||
|
||||
def sendMessage():
|
||||
@ -55,8 +59,6 @@ def update():
|
||||
|
||||
|
||||
def openGUI():
|
||||
from tkinter import *
|
||||
|
||||
global root, runningCheckDelay, runningCheckDelayCount, scrollbar, listedBlocks, nodeInfo, keyInfo, idText, idEntry, pubKeyEntry, listbox, daemonStatus, sendEntry
|
||||
|
||||
root = Tk()
|
||||
|
Loading…
Reference in New Issue
Block a user