Preferences/Shortcuts.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
--- a/Preferences/Shortcuts.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/Preferences/Shortcuts.py	Sun Jun 05 18:25:36 2011 +0200
@@ -7,8 +7,8 @@
 Module implementing functions dealing with keyboard shortcuts.
 """
 
-from PyQt4.QtCore import *
-from PyQt4.QtGui import *
+from PyQt4.QtCore import QFile, QIODevice
+from PyQt4.QtGui import QKeySequence, QApplication
 
 from E5Gui.E5Application import e5App
 from E5Gui import E5MessageBox

eric ide

mercurial