summaryrefslogtreecommitdiff
path: root/checkeol.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-30 06:58:57 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-30 06:58:57 -0500
commit61eb3e5f2d1bc9c6997073dca8db888b3d6eb410 (patch)
tree9084fdb8ff2ba5aaaba95474f440973e9e0daac2 /checkeol.py
parent2c883bf322dfaa6173efda3805b402b3c0ad1dbb (diff)
downloadpython-coveragepy-git-61eb3e5f2d1bc9c6997073dca8db888b3d6eb410.tar.gz
Use Distribute for 3.x, stick with setuptools for 2.x
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")