2523:139f182b72f6 | 2525:8b507a9a2d40 |
---|---|
7 """ | 7 """ |
8 Eric5 Plugin Uninstaller | 8 Eric5 Plugin Uninstaller |
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 | |
13 from __future__ import unicode_literals # __IGNORE_WARNING__ | |
12 | 14 |
13 import sys | 15 import sys |
14 | 16 |
15 for arg in sys.argv: | 17 for arg in sys.argv: |
16 if arg.startswith("--config="): | 18 if arg.startswith("--config="): |