Skip to content

Commit

Permalink
[processing] fixed dialog for selecting scripts
Browse files Browse the repository at this point in the history
(cherry picked from commit 7884e50)
  • Loading branch information
volaya authored and alexbruy committed Oct 20, 2016
1 parent b6588cd commit 57b4061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/script/ScriptSelector.py
Expand Up @@ -34,7 +34,7 @@

pluginPath = os.path.split(os.path.dirname(__file__))[0]
WIDGET, BASE = uic.loadUiType(
os.path.join(pluginPath, 'ui', 'DlgConfig.ui'))
os.path.join(pluginPath, 'ui', 'scriptselector.ui'))


class ScriptSelector(BASE, WIDGET):
Expand Down

0 comments on commit 57b4061

Please sign in to comment.