Skip to content

Commit

Permalink
[processing] add missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jul 22, 2016
1 parent 5511a73 commit 326b6ff
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion python/plugins/processing/modeler/ModelerParametersDialog.py
Expand Up @@ -26,7 +26,22 @@
__revision__ = '$Format:%H$'

from PyQt4.QtCore import Qt, QUrl, QMetaObject
from PyQt4.QtGui import QDialog, QDialogButtonBox, QLabel, QLineEdit, QFrame, QPushButton, QSizePolicy, QVBoxLayout, QHBoxLayout, QTabWidget, QWidget, QScrollArea, QComboBox, QTableWidgetItem, QMessageBox
from PyQt4.QtGui import (QDialog,
QDialogButtonBox,
QLabel,
QLineEdit,
QFrame,
QPushButton,
QSizePolicy,
QVBoxLayout,
QHBoxLayout,
QTabWidget,
QWidget,
QScrollArea,
QComboBox,
QTableWidgetItem,
QMessageBox,
QTextBrowser)
from PyQt4.QtNetwork import QNetworkRequest, QNetworkReply

from qgis.core import QgsNetworkAccessManager
Expand Down

0 comments on commit 326b6ff

Please sign in to comment.