Skip to content

Commit

Permalink
fix python imports (followup ee365bf)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 2, 2015
1 parent d928caf commit ac4717f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/GdalTools/tools/doOverview.py
Expand Up @@ -23,8 +23,9 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import QObject, SIGNAL, QCoreApplication, QgsRaster
from PyQt4.QtCore import QObject, SIGNAL, QCoreApplication
from PyQt4.QtGui import QWidget
from qgis.core import QgsRaster

from ui_widgetOverview import Ui_GdalToolsWidget as Ui_Widget
from widgetBatchBase import GdalToolsBaseBatchWidget as BaseBatchWidget
Expand Down

0 comments on commit ac4717f

Please sign in to comment.