--- a/UI/FindFileDialog.py Sat Feb 25 19:36:06 2017 +0100
+++ b/UI/FindFileDialog.py Sat Feb 25 19:41:10 2017 +0100
@@ -373,7 +373,7 @@
txt = "\\b{0}\\b".format(txt)
if sys.version_info[0] == 2:
flags = re.UNICODE | re.LOCALE
- else:
+ else:
flags = re.UNICODE
if not cs:
flags |= re.IGNORECASE