helper_search formating

This commit is contained in:
Mahendra 2018-04-07 14:10:50 +05:30
parent a012d4a707
commit a3dff6200e
No known key found for this signature in database
GPG Key ID: A672D8FAAEE398B3
1 changed files with 2 additions and 2 deletions

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