mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-20 00:03:07 -04:00
fix indentation
This commit is contained in:
parent
500175b8e8
commit
db745df4a4
@ -50,7 +50,7 @@ pluginType = MODULE
|
||||
def moduleInformation():
|
||||
try:
|
||||
import qgis.gui
|
||||
widget_list=dir(qgis.gui)
|
||||
widget_list = dir(qgis.gui)
|
||||
widget_list.remove('QgsScrollArea')
|
||||
return "qgis.gui", widget_list
|
||||
except ImportError:
|
||||
|
Loading…
x
Reference in New Issue
Block a user