Skip to content

Commit cf685f0

Browse files
Gustrynirvn
authored andcommittedNov 24, 2017
add missing import operator (#5724)
1 parent 1453196 commit cf685f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/gui/ProcessingToolbox.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
__revision__ = '$Format:%H$'
2929

30+
import operator
3031
import os
3132

3233
from qgis.PyQt import uic

0 commit comments

Comments
 (0)
Please sign in to comment.