Skip to content

Commit 328754c

Browse files
committedJan 26, 2017
fix import
1 parent 4c91a96 commit 328754c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/plugins/processing/gui/ConfigDialog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
import os
3030

3131
from PyQt4 import uic
32-
from PyQt4.QtCore import Qt, QEvent, QPyNullVariant
33-
from PyQt4.QtGui import (QFileDialog, QDialog, QIcon, QStyle, QSettings,
32+
from PyQt4.QtCore import Qt, QEvent, QPyNullVariant, QSettings
33+
from PyQt4.QtGui import (QFileDialog, QDialog, QIcon, QStyle,
3434
QStandardItemModel, QStandardItem, QMessageBox, QStyledItemDelegate,
3535
QLineEdit, QWidget, QToolButton, QHBoxLayout,
3636
QComboBox)

0 commit comments

Comments
 (0)
Please sign in to comment.