Skip to content

Commit 05c9e07

Browse files
committedJun 4, 2016
Fix shortcuts manager test on Qt5
1 parent 17f4b4c commit 05c9e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/src/python/test_qgsshortcutsmanager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
from qgis.gui import (QgsShortcutsManager)
1818
from qgis.PyQt.QtCore import QSettings, QCoreApplication
19-
from qgis.PyQt.QtGui import QAction, QShortcut, QKeySequence
20-
from qgis.PyQt.QtWidgets import QWidget
19+
from qgis.PyQt.QtGui import QKeySequence
20+
from qgis.PyQt.QtWidgets import QWidget, QAction, QShortcut
2121

2222
from qgis.testing import (start_app,
2323
unittest

0 commit comments

Comments
 (0)
Please sign in to comment.