9481:0b936ff1bbb9 | 9482:a2bc06a54d9d |
---|---|
7 | 7 |
8 """ | 8 """ |
9 Installation script for the eric IDE translation files. | 9 Installation script for the eric IDE translation files. |
10 """ | 10 """ |
11 | 11 |
12 import getopt | |
12 import glob | 13 import glob |
13 import os | 14 import os |
14 import shutil | 15 import shutil |
15 import sys | 16 import sys |
16 | 17 |
88 """ | 89 """ |
89 The main function of the script. | 90 The main function of the script. |
90 | 91 |
91 @param argv list of command line arguments (list of strings) | 92 @param argv list of command line arguments (list of strings) |
92 """ | 93 """ |
93 import getopt | |
94 | |
95 # Parse the command line. | 94 # Parse the command line. |
96 global progName, privateInstall | 95 global progName, privateInstall |
97 progName = os.path.basename(argv[0]) | 96 progName = os.path.basename(argv[0]) |
98 | 97 |
99 try: | 98 try: |