Skip to content

Commit 7ee2ff6

Browse files
committed
[processing] fixed import placement
1 parent 7f061d2 commit 7ee2ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/gui/BatchOutputSelectionPanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* *
1717
***************************************************************************
1818
"""
19-
import re
2019

2120
__author__ = 'Victor Olaya'
2221
__date__ = 'August 2012'
@@ -27,6 +26,7 @@
2726
__revision__ = '$Format:%H$'
2827

2928
import os
29+
import re
3030

3131
from PyQt4.QtGui import QWidget, QPushButton, QLineEdit, QHBoxLayout, QSizePolicy, QFileDialog
3232
from PyQt4.QtCore import QSettings

0 commit comments

Comments
 (0)