Skip to content
Permalink
Browse files
[processing] fixed dialog for selecting scripts
  • Loading branch information
volaya committed Aug 29, 2016
1 parent 280203e commit 7884e50
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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):

0 comments on commit 7884e50

Please sign in to comment.