helper_search formating
This commit is contained in:
parent
a012d4a707
commit
a3dff6200e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user