Skip to content

Commit

Permalink
[processing] fixed import placement
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Oct 1, 2015
1 parent 7f061d2 commit 7ee2ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/BatchOutputSelectionPanel.py
Expand Up @@ -16,7 +16,6 @@
* *
***************************************************************************
"""
import re

__author__ = 'Victor Olaya'
__date__ = 'August 2012'
Expand All @@ -27,6 +26,7 @@
__revision__ = '$Format:%H$'

import os
import re

from PyQt4.QtGui import QWidget, QPushButton, QLineEdit, QHBoxLayout, QSizePolicy, QFileDialog
from PyQt4.QtCore import QSettings
Expand Down

0 comments on commit 7ee2ff6

Please sign in to comment.