Skip to content

Commit 7c122a3

Browse files
committedMay 13, 2016
[processing] fix import
1 parent d4d13a4 commit 7c122a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
from qgis.PyQt import uic
3131
from qgis.PyQt.QtCore import pyqtSignal
32-
from PyQt.QtGui import QDialog
32+
from qgis.PyQt.QtGui import QDialog
3333

3434
from math import log10, floor
3535
from qgis.core import (QgsDataSourceURI,

0 commit comments

Comments
 (0)
Please sign in to comment.