Skip to content

Commit

Permalink
[core] missing import, lost grass and otb on linux
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@124 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
julien.malik@gmail.com committed Apr 19, 2012
1 parent f95db1c commit 70e2609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sextante/outputs/OutputFactory.py
Expand Up @@ -3,6 +3,7 @@
from sextante.outputs.OutputTable import OutputTable
from sextante.outputs.OutputVector import OutputVector
from sextante.outputs.OutputNumber import OutputNumber
from sextante.outputs.OutputFile import OutputFile

class OutputFactory():

Expand All @@ -15,4 +16,4 @@ def getFromString(s):
if len(tokens) == 2:
return clazz(tokens[0], tokens[1])
else:
return clazz(tokens[0], tokens[1], tokens[2]==str(True))
return clazz(tokens[0], tokens[1], tokens[2]==str(True))

0 comments on commit 70e2609

Please sign in to comment.