Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sextante] fix obtaining vector layers
  • Loading branch information
alexbruy committed Aug 8, 2013
1 parent 3e25f11 commit a2a4418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/sextante/core/QGisLayers.py
Expand Up @@ -35,8 +35,8 @@ class QGisLayers:
'''This class contains method to communicate SEXTANTE with the QGIS interface,
mostly for retrieving layers and adding new ones to the QGIS canvas'''

ALL_TYPES = -1
iface = None;
ALL_TYPES = [-1]
iface = None

@staticmethod
def getSupportedOutputVectorLayerExtensions():
Expand Down

0 comments on commit a2a4418

Please sign in to comment.