comparison: PluginManager/PluginRepositoryDialog.py
PluginManager/PluginRepositoryDialog.py
- branch
- Py2 comp.
- changeset 3145
- a9de05d4a22f
- parent 3142
- 55030c09e142
- child 3161
- 06f57a834adf
equal
deleted
inserted
replaced
6 |
6 |
7 """ |
7 """ |
8 Module implementing a dialog showing the available plugins. |
8 Module implementing a dialog showing the available plugins. |
9 """ |
9 """ |
10 |
10 |
11 from __future__ import unicode_literals # __IGNORE_WARNING__ |
11 from __future__ import unicode_literals |
12 |
12 |
13 import sys |
13 import sys |
14 import os |
14 import os |
15 import zipfile |
15 import zipfile |
16 |
16 |