Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix shortcuts manager test on Qt5
  • Loading branch information
nyalldawson committed Jun 4, 2016
1 parent 17f4b4c commit 05c9e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_qgsshortcutsmanager.py
Expand Up @@ -16,8 +16,8 @@

from qgis.gui import (QgsShortcutsManager)
from qgis.PyQt.QtCore import QSettings, QCoreApplication
from qgis.PyQt.QtGui import QAction, QShortcut, QKeySequence
from qgis.PyQt.QtWidgets import QWidget
from qgis.PyQt.QtGui import QKeySequence
from qgis.PyQt.QtWidgets import QWidget, QAction, QShortcut

from qgis.testing import (start_app,
unittest
Expand Down

0 comments on commit 05c9e07

Please sign in to comment.