scripts/install-i18n.py

branch
eric7
changeset 9482
a2bc06a54d9d
parent 9448
ea215f7afab3
child 9653
e67609152c5e
--- 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])

eric ide

mercurial