Code cleanup: remove references to svn and code style

This commit is contained in:
2014-01-28 23:00:28 +11:00
parent 59d1387c41
commit c2da706a36
7 changed files with 32 additions and 26 deletions

View File

@@ -58,7 +58,7 @@ def replace_line(f, i, text, keep_indent=True):
def source_list(path, filename_check=None):
for dirpath, dirnames, filenames in os.walk(path):
# skip '.svn'
# skip '.git'
if dirpath.startswith("."):
continue