helper_search formating

This commit is contained in:
Mahendra 2018-04-07 14:17:01 +05:30
parent c5462a00cc
commit e027e199de
No known key found for this signature in database
GPG Key ID: A672D8FAAEE398B3

View File

@ -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):