Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] fix Unique values tool (fix #9870)
  • Loading branch information
alexbruy committed Mar 25, 2014
1 parent b5dc067 commit c69f2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/ftools/UniqueValues.py
Expand Up @@ -32,7 +32,7 @@
from processing.outputs.OutputHTML import OutputHTML
from processing.outputs.OutputNumber import OutputNumber
from processing.outputs.OutputString import OutputString
from processing.tools import dataobjects
from processing.tools import dataobjects, vector


class UniqueValues(GeoAlgorithm):
Expand Down

0 comments on commit c69f2e1

Please sign in to comment.