summaryrefslogtreecommitdiff
path: root/checkeol.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-03 08:54:27 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-03 08:54:27 -0500
commit3b6e8394c3e50cb733caafb275d2ae85c0397565 (patch)
treedd960443f9ef3772020d74c102d785968bb44dce /checkeol.py
parent3416380e8e46d839c3111d9f82a5f7d93a218821 (diff)
parent9e4908f37c370250ebc7836e744a59170720a9e3 (diff)
downloadpython-coveragepy-git-3b6e8394c3e50cb733caafb275d2ae85c0397565.tar.gz
Merged default onto config.
--HG-- branch : config
Diffstat (limited to 'checkeol.py')
-rw-r--r--checkeol.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/checkeol.py b/checkeol.py
index 8b6f60c0..68efc2fa 100644
--- a/checkeol.py
+++ b/checkeol.py
@@ -20,6 +20,5 @@ def check_files(root, patterns):
dirs.remove('.svn')
check_files("coverage", ["*.py"])
-check_files("scripts", ["*"])
check_files("test", ["*.py", "*,cover"])
check_file("setup.py")