comparison: eric5_plugininstall.py
eric5_plugininstall.py
- branch
- Py2 comp.
- changeset 2525
- 8b507a9a2d40
- parent 2302
- f29e9405c851
- child 2526
- a91cba8291b9
equal
deleted
inserted
replaced
7 """ |
7 """ |
8 Eric5 Plugin Installer |
8 Eric5 Plugin Installer |
9 |
9 |
10 This is the main Python script to install eric5 plugins from outside of the IDE. |
10 This is the main Python script to install 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="): |