Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 16, 2016
1 parent 089b663 commit 964ecfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/gui/wrappers.py
Expand Up @@ -47,7 +47,6 @@
from qgis.PyQt.QtCore import pyqtSignal, QObject, QVariant, QSettings

from processing.gui.NumberInputPanel import NumberInputPanel, ModellerNumberInputPanel
from processing.gui.InputLayerSelectorPanel import InputLayerSelectorPanel
from processing.modeler.MultilineTextPanel import MultilineTextPanel
from processing.gui.PointSelectionPanel import PointSelectionPanel
from processing.core.parameters import (ParameterBoolean,
Expand Down

1 comment on commit 964ecfd

@m-kuhn
Copy link
Member

@m-kuhn m-kuhn commented on 964ecfd Nov 16, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not strictly connected... But I was wondering if it would be worth to import all/some classes directly in the module's __init__.py file

So one could simply

from processing.gui import NumberInputPanel

Please sign in to comment.