DebugClients/Python/coverage/files.py

changeset 3499
f2d4b02c7e88
parent 3497
7f51ab29a1a2
child 4385
599681bf149a
diff -r 60f663154789 -r f2d4b02c7e88 DebugClients/Python/coverage/files.py
--- a/DebugClients/Python/coverage/files.py	Sat Apr 12 16:19:56 2014 +0200
+++ b/DebugClients/Python/coverage/files.py	Sat Apr 12 16:57:18 2014 +0200
@@ -307,3 +307,6 @@
             # characters that probably mean they are editor junk.
             if re.match(r"^[^.#~!$@%^&*()+=,]+\.pyw?$", filename):
                 yield os.path.join(dirpath, filename)
+
+#
+# eflag: FileType = Python2

eric ide

mercurial