diff --git a/scripts/eintsgit.py b/scripts/eintsgit.py index ad6c60c..24e55c2 100755 --- a/scripts/eintsgit.py +++ b/scripts/eintsgit.py @@ -299,8 +299,7 @@ def run(): for opt, val in opts: if opt in ("--help", "-h"): - print( - """\ + print("""\ eintsgit -- Synchronize language files between git and Eints. eintsgit @@ -350,8 +349,7 @@ def run(): Update working copy, merge and download translations from Eints, commit and push. With --dry-run stop before pushing and leave commits local. -""" - ) +""") sys.exit(0) if opt == "--force": diff --git a/scripts/filter_update_langs b/scripts/filter_update_langs index 14c7bc8..294894e 100755 --- a/scripts/filter_update_langs +++ b/scripts/filter_update_langs @@ -6,7 +6,6 @@ import sys import os.path - # Keywords to use from OpenTTD langfiles filterkeywords = ["##name", "##ownname", "##isocode", "##plural", "##textdir", "##grflangid", "##gender", "##case"]