Skip to content

Commit

Permalink
relocated otb folder (wrongly imported in the previous commit)
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@71 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
volayaf@gmail.com committed Apr 11, 2012
1 parent 3eba62c commit c888371
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/sextante/core/Sextante.py
Expand Up @@ -18,6 +18,7 @@
from sextante.gui.RenderingStyles import RenderingStyles
from sextante.modeler.ModelerOnlyAlgorithmProvider import ModelerOnlyAlgorithmProvider
from sextante.gdal.GdalAlgorithmProvider import GdalAlgorithmProvider
from sextante.otb.OTBAlgorithmProvider import OTBAlgorithmProvider

class Sextante:

Expand Down Expand Up @@ -84,6 +85,7 @@ def initialize():
Sextante.addProvider(SagaAlgorithmProvider())
Sextante.addProvider(GrassAlgorithmProvider())
Sextante.addProvider(GdalAlgorithmProvider())
Sextante.addProvider(OTBAlgorithmProvider())
Sextante.modeler.initializeSettings();
#and initialize
SextanteLog.startLogging()
Expand Down
Binary file added src/sextante/images/otb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -1,9 +1,8 @@
import os
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from sextante.core.AlgorithmProvider import AlgorithmProvider

class GdalAlgorithmProvider(AlgorithmProvider):
class OTBAlgorithmProvider(AlgorithmProvider):

def __init__(self):
AlgorithmProvider.__init__(self)
Expand Down
File renamed without changes.

0 comments on commit c888371

Please sign in to comment.