diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-09 10:39:04 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-09 10:39:04 -0400 |
commit | a676134708f7ac8a5f2ebaeed76a361e4d7c3f42 (patch) | |
tree | 2a7a8321c523d93eb9fd686458c254095db31e93 /checkeol.py | |
parent | 5f894db401955ee46d50af74583ec4af586dbacf (diff) | |
download | python-coveragepy-git-a676134708f7ac8a5f2ebaeed76a361e4d7c3f42.tar.gz |
Moved fixtar into its own project: http://bitbucket.org/ned/fixtar
Diffstat (limited to 'checkeol.py')
-rw-r--r-- | checkeol.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/checkeol.py b/checkeol.py index 66c1ba42..5d18d9e3 100644 --- a/checkeol.py +++ b/checkeol.py @@ -33,6 +33,5 @@ check_files("coverage/htmlfiles", ["*.html", "*.css", "*.js"]) check_files("test", ["*.py"]) check_files("test", ["*,cover"], trail_white=False) check_file("setup.py") -check_files("distcmd", ["*.py"]) check_files("doc", ["*.rst"]) check_files(".", ["*.txt"]) |