From a3dff6200eb2ec74dbe7f951b0f4acf2954f4d40 Mon Sep 17 00:00:00 2001 From: Mahendra Date: Sat, 7 Apr 2018 14:10:50 +0530 Subject: [PATCH] helper_search formating --- src/helper_search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helper_search.py b/src/helper_search.py index 2217974f..b3d4f923 100644 --- a/src/helper_search.py +++ b/src/helper_search.py @@ -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):