git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@282 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
This commit is contained in:
cpolymeris@gmail.com 2012-07-04 02:54:33 +00:00
parent 21ac92210b
commit 33f1349fae

View File

@ -28,6 +28,7 @@ class OTBAlgorithm(GeoAlgorithm):
self.descriptionFile = descriptionfile
self.defineCharacteristicsFromFile()
self.numExportedLayers = 0
self.hasROI = None;
def getCopy(self):
newone = OTBAlgorithm(self.descriptionFile)