comparison: eric6/PluginManager/PluginRepositoryDialog.py
eric6/PluginManager/PluginRepositoryDialog.py
- changeset 7229
- 53054eb5b15a
- parent 7049
- 0a8a9bd15242
- child 7255
- d595f6f9cbf8
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 |
|
12 |
11 |
13 import sys |
12 import sys |
14 import os |
13 import os |
15 import zipfile |
14 import zipfile |
16 import glob |
15 import glob |