Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 24, 2017
1 parent 500175b commit db745df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/custom_widgets/qgis_customwidgets.py
Expand Up @@ -50,7 +50,7 @@
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:
Expand Down

0 comments on commit db745df

Please sign in to comment.