Skip to content

Commit

Permalink
[sextante] fixed error due to wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Apr 26, 2013
1 parent 4aa013d commit fd4cf96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/plugins/sextante/SextantePlugin.py
Expand Up @@ -16,9 +16,6 @@
* *
***************************************************************************
"""
from PyQt4 import QtGui
from sextante.commander.parser import parse
from sextante.commander.CommanderWindow import CommanderWindow

__author__ = 'Victor Olaya'
__date__ = 'August 2012'
Expand All @@ -32,6 +29,8 @@
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
from PyQt4 import QtGui
from sextante.commander.CommanderWindow import CommanderWindow
from sextante.core.Sextante import Sextante
from sextante.core.QGisLayers import QGisLayers
from sextante.core.SextanteUtils import SextanteUtils
Expand Down

0 comments on commit fd4cf96

Please sign in to comment.