Skip to content
Permalink
Browse files
missed import in SEXTANTE modeller
  • Loading branch information
alexbruy committed Oct 13, 2012
1 parent 83cca79 commit 600888f
Showing 1 changed file with 5 additions and 2 deletions.
@@ -23,9 +23,12 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import os.path

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4 import QtCore, QtGui, QtWebKit

from sextante.parameters.ParameterRaster import ParameterRaster
from sextante.parameters.ParameterVector import ParameterVector
from sextante.parameters.ParameterBoolean import ParameterBoolean
@@ -89,8 +92,8 @@ def setupUi(self):
# self.tableWidget.horizontalHeader().setResizeMode(QtGui.QHeaderView.Stretch)
# self.setTableContent()
#=======================================================================


tooltips = self.alg.getParameterDescriptions()
self.setSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)
self.verticalLayout = QtGui.QVBoxLayout()

0 comments on commit 600888f

Please sign in to comment.