Skip to content

Commit

Permalink
add missing import operator (#5724)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored and nirvn committed Nov 24, 2017
1 parent 1453196 commit cf685f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/ProcessingToolbox.py
Expand Up @@ -27,6 +27,7 @@

__revision__ = '$Format:%H$'

import operator
import os

from qgis.PyQt import uic
Expand Down

0 comments on commit cf685f0

Please sign in to comment.