Skip to content

Commit aba58a2

Browse files
committedFeb 12, 2017
[processing] added missing import (fixes #16181)
(backported from 84bef5f; followup b003cbe)
1 parent fc24332 commit aba58a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/grass/GrassAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import importlib
3232
import re
3333

34-
from PyQt4.QtCore import QCoreApplication
34+
from PyQt4.QtCore import QCoreApplication, QUrl
3535
from PyQt4.QtGui import QIcon
3636

3737
from qgis.core import QgsRasterLayer

0 commit comments

Comments
 (0)
Please sign in to comment.