Skip to content

Commit

Permalink
Merge pull request #1855 from gioman/fix_processing_grass
Browse files Browse the repository at this point in the history
missed import in Processing GRASS algorithms (fix 12034)
  • Loading branch information
alexbruy committed Jan 22, 2015
2 parents ff6b7de + fff15e5 commit 75b6c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/grass/GrassAlgorithm.py
Expand Up @@ -29,6 +29,7 @@
import time
import uuid
import importlib
import re
from qgis.core import *
from PyQt4.QtCore import *
from PyQt4.QtGui import *
Expand Down

0 comments on commit 75b6c32

Please sign in to comment.