9481:0b936ff1bbb9 | 9482:a2bc06a54d9d |
---|---|
9 """ | 9 """ |
10 Unnstallation script for the eric debug clients. | 10 Unnstallation script for the eric debug clients. |
11 """ | 11 """ |
12 | 12 |
13 import contextlib | 13 import contextlib |
14 import getopt | |
14 import os | 15 import os |
15 import shutil | 16 import shutil |
16 import sys | 17 import sys |
17 import sysconfig | 18 import sysconfig |
18 | 19 |
88 """ | 89 """ |
89 The main function of the script. | 90 The main function of the script. |
90 | 91 |
91 @param argv the list of command line arguments. | 92 @param argv the list of command line arguments. |
92 """ | 93 """ |
93 import getopt | |
94 | |
95 initGlobals() | 94 initGlobals() |
96 | 95 |
97 # Parse the command line. | 96 # Parse the command line. |
98 global progName | 97 global progName |
99 progName = os.path.basename(argv[0]) | 98 progName = os.path.basename(argv[0]) |