diff options
author | gbrandl <devnull@localhost> | 2006-11-26 23:14:57 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-11-26 23:14:57 +0100 |
commit | eacc98529bcfc9a6139321d2fd9e68bb076f1fa8 (patch) | |
tree | d9f53fa2417f93bbe9cf40686c255c97fedaf77f /scripts/check_sources.py | |
parent | 1698cf234384c6cadfc76f480ba4712fb6d94b9c (diff) | |
download | pygments-eacc98529bcfc9a6139321d2fd9e68bb076f1fa8.tar.gz |
[svn] Update changelog.
Diffstat (limited to 'scripts/check_sources.py')
-rwxr-xr-x | scripts/check_sources.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/check_sources.py b/scripts/check_sources.py index 59fd8b01..d8f4f82b 100755 --- a/scripts/check_sources.py +++ b/scripts/check_sources.py @@ -186,6 +186,9 @@ def main(argv): num = 0 out = cStringIO.StringIO() + # TODO: replace os.walk run with iteration over output of + # `svn list -R`. + for root, dirs, files in os.walk(path): if '.svn' in dirs: dirs.remove('.svn') |