We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefd85a commit 8a9009dCopy full SHA for 8a9009d
python/plugins/MetaSearch/util.py
@@ -24,6 +24,10 @@
24
#
25
###############################################################################
26
27
+#avoid PendingDeprecationWarning from PyQt4.uic
28
+import warnings
29
+warnings.filterwarnings("ignore", category=PendingDeprecationWarning)
30
+
31
import ConfigParser
32
from gettext import gettext, ngettext
33
import logging
0 commit comments