Merge branch 'helper_search_format' of https://github.com/MahendraNG/PyBitmessage into helper_search_format

This commit is contained in:
Mahendra Garg 2018-04-10 12:59:36 +05:30
commit 3a40ef9e52
No known key found for this signature in database
GPG Key ID: A672D8FAAEE398B3

View File

@ -3,9 +3,9 @@
from helper_sql import *
try:
from PyQt4 import QtCore, QtGui
from PyQt4 import QtGui
haveQt = True
except:
except Exception:
haveQt = False
def search_translate (context, text):