[processing] followup 0548793: remove unused import

This commit is contained in:
Salvatore Larosa 2015-09-11 10:04:25 +02:00
parent 05487935ef
commit 62c0ef9ec8

View File

@ -28,7 +28,7 @@ __revision__ = '$Format:%H$'
import os
from PyQt4 import uic
from PyQt4.QtCore import Qt, QCoreApplication, QUrl, QSettings, QByteArray
from PyQt4.QtCore import QCoreApplication, QUrl, QSettings, QByteArray
from PyQt4.QtGui import QApplication, QDialogButtonBox
from qgis.utils import iface