Skip to content

Commit a2a4418

Browse files
committed
[sextante] fix obtaining vector layers
1 parent 3e25f11 commit a2a4418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/plugins/sextante/core/QGisLayers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ class QGisLayers:
3535
'''This class contains method to communicate SEXTANTE with the QGIS interface,
3636
mostly for retrieving layers and adding new ones to the QGIS canvas'''
3737

38-
ALL_TYPES = -1
39-
iface = None;
38+
ALL_TYPES = [-1]
39+
iface = None
4040

4141
@staticmethod
4242
def getSupportedOutputVectorLayerExtensions():

0 commit comments

Comments
 (0)