comparison: eric6/Project/ProjectTranslationsBrowser.py
eric6/Project/ProjectTranslationsBrowser.py
- changeset 7229
- 53054eb5b15a
- parent 7201
- 6b42677d7043
- child 7266
- d001bc703c29
equal
deleted
inserted
replaced
6 """ |
6 """ |
7 Module implementing a class used to display the translations part of the |
7 Module implementing a class used to display the translations part of the |
8 project. |
8 project. |
9 """ |
9 """ |
10 |
10 |
11 from __future__ import unicode_literals |
|
12 |
11 |
13 import os |
12 import os |
14 import shutil |
13 import shutil |
15 import fnmatch |
14 import fnmatch |
16 |
15 |