Skip to content

Commit

Permalink
Fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 13, 2016
1 parent d7b0244 commit dc509f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/gui/ConfigDialog.py
Expand Up @@ -42,11 +42,11 @@
QToolButton,
QHBoxLayout,
QComboBox,
QPushButton)
QPushButton,
QApplication)
from qgis.PyQt.QtGui import (QIcon,
QStandardItemModel,
QStandardItem,
QApplication,
QCursor)

from qgis.gui import (QgsDoubleSpinBox,
Expand Down

0 comments on commit dc509f4

Please sign in to comment.