Preferences/ShortcutsDialog.py

changeset 2408
dc3a7c9d8f6e
parent 2302
f29e9405c851
child 2525
8b507a9a2d40
child 2632
94121e2f55b9
--- a/Preferences/ShortcutsDialog.py	Sun Feb 10 19:46:21 2013 +0100
+++ b/Preferences/ShortcutsDialog.py	Mon Feb 11 14:08:08 2013 +0100
@@ -14,7 +14,6 @@
 from E5Gui import E5MessageBox
 
 from .Ui_ShortcutsDialog import Ui_ShortcutsDialog
-from .ShortcutDialog import ShortcutDialog
 
 import Preferences
 from Preferences import Shortcuts
@@ -49,6 +48,7 @@
         self.shortcutsList.headerItem().setText(self.shortcutsList.columnCount(), "")
         self.shortcutsList.header().setSortIndicator(0, Qt.AscendingOrder)
         
+        from .ShortcutDialog import ShortcutDialog
         self.shortcutDialog = ShortcutDialog()
         self.shortcutDialog.shortcutChanged.connect(self.__shortcutChanged)
         

eric ide

mercurial