--- a/scripts/install-i18n.py Sun Nov 06 11:22:39 2022 +0100 +++ b/scripts/install-i18n.py Mon Nov 07 17:19:58 2022 +0100 @@ -9,6 +9,7 @@ Installation script for the eric IDE translation files. """ +import getopt import glob import os import shutil @@ -90,8 +91,6 @@ @param argv list of command line arguments (list of strings) """ - import getopt - # Parse the command line. global progName, privateInstall progName = os.path.basename(argv[0])