X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBOutputPage.py;h=e4ba01621d175c11007dcfcac25ddc441b4fc0bb;hb=6975a8c353f62b48aac3f3bc02cc3f19cdebc776;hp=72c32f5c5e634e2422826a13fe8a08d6f67add07;hpb=ff9e3c69aa5e11915f056f45f6200009dd29127c;p=bertos.git diff --git a/wizard/BOutputPage.py b/wizard/BOutputPage.py index 72c32f5c..e4ba0162 100644 --- a/wizard/BOutputPage.py +++ b/wizard/BOutputPage.py @@ -85,7 +85,7 @@ class BOutputPage(BWizardPage): """ Returns the list of the available plugins. """ - return plugins.__all__ + return plugins.plugin_list def createNewOutput(self, name, description, checked=True, enabled=True): """