diff options
Diffstat (limited to 'igor.py')
-rw-r--r-- | igor.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -194,6 +194,7 @@ def do_check_eol(): check_files("test/js", ["*.js", "*.html"]) check_file("setup.py") check_file("igor.py") + check_file("Makefile") check_files("doc", ["*.rst"]) check_files(".", ["*.txt"]) |