We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e25f11 commit a2a4418Copy full SHA for a2a4418
python/plugins/sextante/core/QGisLayers.py
@@ -35,8 +35,8 @@ class QGisLayers:
35
'''This class contains method to communicate SEXTANTE with the QGIS interface,
36
mostly for retrieving layers and adding new ones to the QGIS canvas'''
37
38
- ALL_TYPES = -1
39
- iface = None;
+ ALL_TYPES = [-1]
+ iface = None
40
41
@staticmethod
42
def getSupportedOutputVectorLayerExtensions():
0 commit comments