Skip to content

Commit

Permalink
[processing] fixed wild import
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Apr 7, 2016
1 parent 5530161 commit 45cb80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/script/ScriptAlgorithm.py
Expand Up @@ -27,7 +27,7 @@

import os
import re
from qgis.core import *
from qgis.core import QgsExpressionContextUtils
from PyQt.QtGui import QIcon
from processing.core.GeoAlgorithm import GeoAlgorithm
from processing.gui.Help2Html import getHtmlFromHelpFile
Expand Down

0 comments on commit 45cb80a

Please sign in to comment.