Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] added missing import (fixes #16181)
(backported from 84bef5f; followup b003cbe)
  • Loading branch information
jef-n committed Feb 12, 2017
1 parent fc24332 commit aba58a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass/GrassAlgorithm.py
Expand Up @@ -31,7 +31,7 @@
import importlib
import re

from PyQt4.QtCore import QCoreApplication
from PyQt4.QtCore import QCoreApplication, QUrl
from PyQt4.QtGui import QIcon

from qgis.core import QgsRasterLayer
Expand Down

0 comments on commit aba58a2

Please sign in to comment.