96:9624a110667d | 97:c4086afea02b |
---|---|
9 | 9 |
10 This is the main Python script to uninstall eric5 plugins from outside of the IDE. | 10 This is the main Python script to uninstall eric5 plugins from outside of the IDE. |
11 """ | 11 """ |
12 | 12 |
13 import sys | 13 import sys |
14 import os | |
15 | 14 |
16 for arg in sys.argv: | 15 for arg in sys.argv: |
17 if arg.startswith("--config="): | 16 if arg.startswith("--config="): |
18 import Utilities | 17 import Utilities |
19 configDir = arg.replace("--config=", "") | 18 configDir = arg.replace("--config=", "") |