12 import shutil |
12 import shutil |
13 import zipfile |
13 import zipfile |
14 import compileall |
14 import compileall |
15 import urllib.parse |
15 import urllib.parse |
16 |
16 |
17 from PyQt4.QtGui import * |
17 from PyQt4.QtCore import pyqtSlot, Qt, QDir, QFileInfo |
18 from PyQt4.QtCore import * |
18 from PyQt4.QtGui import QWidget, QDialogButtonBox, QAbstractButton, QApplication, \ |
|
19 QDialog, QVBoxLayout, QMainWindow |
19 |
20 |
20 from E5Gui import E5FileDialog |
21 from E5Gui import E5FileDialog |
21 |
22 |
22 from .PluginManager import PluginManager |
23 from .PluginManager import PluginManager |
23 from .Ui_PluginInstallDialog import Ui_PluginInstallDialog |
24 from .Ui_PluginInstallDialog import Ui_PluginInstallDialog |