Erste beta, auslassen von commentstring im diff

This commit is contained in:
2013-01-13 12:27:33 +00:00
parent 31fd2d2c06
commit 04b9e7884c
2 changed files with 31 additions and 6 deletions

View File

@@ -51,8 +51,10 @@ def workconf(directory, depth=2):
# fixme: create name if it does not exist
workconf(name, depth+1)
# if dir
ret.append(name)
debug.debug("workconf: found file %s" % name, depth)
if not name.endswith(".swp"):
ret.append(name)
debug.debug("workconf: found file %s" % name, depth)
# if not .swp
# for d
return ret
# def workconf