Move the comment to where it should be

This commit is contained in:
markm 2010-12-19 14:22:47 +09:00
parent e13b92d77b
commit e6693ecbd2

@ -34,8 +34,8 @@ for root, dirs, files in os.walk(pywin_folder):
py_files = [f for f in files if f.endswith(".py")]
# skip over py files we don't want to document
for filename in py_files:
# skip over py files we don't want to document
if filename in excluded_files:
continue