summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2021-01-18 21:24:00 +0100
committerGeorg Brandl <georg@python.org>2021-01-18 22:08:36 +0100
commit2a3d3a7d5b9c60dedf6638d876161d9563faebcf (patch)
tree809c0b4a686db98f5954afa1944404cd9652c6b2 /scripts
parentf0445be718da83541ea3401aad882f3937147263 (diff)
downloadpygments-git-2a3d3a7d5b9c60dedf6638d876161d9563faebcf.tar.gz
Move test_examplefiles to new tests/lexers scheme.examplefiles
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_sources.py2
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