Replace tabs with spaces

This commit is contained in:
Nick Hall
2015-12-31 21:17:35 +00:00
parent e67832d384
commit e82148677d
12 changed files with 271 additions and 275 deletions

View File

@@ -735,4 +735,4 @@ def fuzzy(arg):
os.system('''%(msgattrib)s --only-fuzzy --no-obsolete %(lang.po)s''' % {'msgattrib': msgattribCmd, 'lang.po': arg[0]})
if __name__ == "__main__":
main()
main()