Add item renames

This commit is contained in:
blitzmann
2015-11-02 21:06:54 -05:00
parent 5577e1976b
commit 8cd36f3cbf
3 changed files with 175 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ def main(old, new, groups=True, effects=True, attributes=True, renames=True):
if implementedtag:
print("\n[{0}] \"{1}\"\n[{2}] \"{3}\"".format(geteffst(couple[0]), couple[0], geteffst(couple[1]), couple[1]))
else:
print("\n\"{0}\"\n\"{1}\"".format(couple[0], couple[1]))
print(" \"{0}\": \"{1}\",".format(couple[0], couple[1]))
groupcats = {}
def getgroupcat(grp):