summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-11-26 23:14:57 +0100
committergbrandl <devnull@localhost>2006-11-26 23:14:57 +0100
commiteacc98529bcfc9a6139321d2fd9e68bb076f1fa8 (patch)
treed9f53fa2417f93bbe9cf40686c255c97fedaf77f /scripts
parent1698cf234384c6cadfc76f480ba4712fb6d94b9c (diff)
downloadpygments-eacc98529bcfc9a6139321d2fd9e68bb076f1fa8.tar.gz
[svn] Update changelog.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_sources.py3
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')