Merge branch 'helper_search_format' of https://github.com/MahendraNG/PyBitmessage into helper_search_format
This commit is contained in:
commit
3a40ef9e52
|
@ -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):
|
||||
|
|
Reference in New Issue
Block a user