Skip to content

Commit

Permalink
[processing] added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Feb 8, 2017
1 parent 4bcb1dd commit 84bef5f
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 qgis.PyQt.QtCore import QCoreApplication
from qgis.PyQt.QtCore import QCoreApplication, QUrl
from qgis.PyQt.QtGui import QIcon

from qgis.core import QgsRasterLayer
Expand Down

0 comments on commit 84bef5f

Please sign in to comment.