PluginManager/PluginInstallDialog.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1131
7781e396c903
--- a/PluginManager/PluginInstallDialog.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/PluginManager/PluginInstallDialog.py	Sun Jun 05 18:25:36 2011 +0200
@@ -14,8 +14,9 @@
 import compileall
 import urllib.parse
 
-from PyQt4.QtGui import *
-from PyQt4.QtCore import *
+from PyQt4.QtCore import pyqtSlot, Qt, QDir, QFileInfo
+from PyQt4.QtGui import QWidget, QDialogButtonBox, QAbstractButton, QApplication, \
+    QDialog, QVBoxLayout, QMainWindow
 
 from E5Gui import E5FileDialog
 

eric ide

mercurial