summaryrefslogtreecommitdiff
path: root/checkeol.py
diff options
context:
space:
mode:
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 8b6f60c..68efc2f 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")