[merge] merged with master

This commit is contained in:
Nabin Hait
2013-10-24 11:21:11 +05:30
61 changed files with 974 additions and 705 deletions

View File

@@ -14,6 +14,7 @@ def make():
out.seek(0)
last_commit = None
for l in out.readlines():
l = l.decode('utf-8')
if last_commit is not None:
if l.startswith("Date:"):
last_commit["date"] = l[8:-1]
@@ -59,4 +60,4 @@ def make():
lufile.write(json.dumps(logs, indent=1, sort_keys=True))
if __name__=="__main__":
make()
make()