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