comparison: install-i18n.py
install-i18n.py
- branch
- Py2 comp.
- changeset 3145
- a9de05d4a22f
- parent 3060
- 5883ce99ee12
- child 3161
- 06f57a834adf
equal
deleted
inserted
replaced
7 |
7 |
8 """ |
8 """ |
9 Installation script for the eric5 IDE translation files. |
9 Installation script for the eric5 IDE translation files. |
10 """ |
10 """ |
11 |
11 |
12 from __future__ import unicode_literals # __IGNORE_WARNING__ |
12 from __future__ import unicode_literals |
13 |
13 |
14 import sys |
14 import sys |
15 import os |
15 import os |
16 import shutil |
16 import shutil |
17 import glob |
17 import glob |