UI/FindFileDialog.py

changeset 5558
858abfcbaf28
parent 5546
971f5ab7429c
child 5603
4f2dd0850803
--- 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

eric ide

mercurial