diff options
| author | Georg Brandl <georg@python.org> | 2021-01-18 21:24:00 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2021-01-18 22:08:36 +0100 |
| commit | 2a3d3a7d5b9c60dedf6638d876161d9563faebcf (patch) | |
| tree | 809c0b4a686db98f5954afa1944404cd9652c6b2 /scripts | |
| parent | f0445be718da83541ea3401aad882f3937147263 (diff) | |
| download | pygments-git-2a3d3a7d5b9c60dedf6638d876161d9563faebcf.tar.gz | |
Move test_examplefiles to new tests/lexers scheme.examplefiles
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/check_sources.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/check_sources.py b/scripts/check_sources.py index 2b79cfe6..163c3067 100755 --- a/scripts/check_sources.py +++ b/scripts/check_sources.py @@ -159,8 +159,6 @@ def main(argv): for root, dirs, files in os.walk(path): if '.hg' in dirs: dirs.remove('.hg') - if 'examplefiles' in dirs: - dirs.remove('examplefiles') if '-i' in opts and abspath(root) in opts['-i']: del dirs[:] continue |
