summaryrefslogtreecommitdiff
path: root/scripts/check_sources.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_sources.py')
-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')