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 *
|
from helper_sql import *
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from PyQt4 import QtCore, QtGui
|
from PyQt4 import QtGui
|
||||||
haveQt = True
|
haveQt = True
|
||||||
except:
|
except Exception:
|
||||||
haveQt = False
|
haveQt = False
|
||||||
|
|
||||||
def search_translate (context, text):
|
def search_translate (context, text):
|
||||||
|
|
Reference in New Issue
Block a user