Deamon mode without PyQt4
- daemon mode shouldn't require PyQt4
This commit is contained in:
parent
9c4366ffa6
commit
579ba49f38
|
@ -8,7 +8,6 @@ import urlparse
|
||||||
from configparser import BMConfigParser
|
from configparser import BMConfigParser
|
||||||
from debug import logger
|
from debug import logger
|
||||||
from helper_threading import *
|
from helper_threading import *
|
||||||
from bitmessageqt.uisignaler import UISignaler
|
|
||||||
import queues
|
import queues
|
||||||
import state
|
import state
|
||||||
|
|
||||||
|
@ -31,7 +30,7 @@ class smtpDeliver(threading.Thread, StoppableThread):
|
||||||
@classmethod
|
@classmethod
|
||||||
def get(cls):
|
def get(cls):
|
||||||
if not cls._instance:
|
if not cls._instance:
|
||||||
cls._instance = UISignaler()
|
cls._instance = smtpDeliver()
|
||||||
return cls._instance
|
return cls._instance
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user