Don't use __all__ in the Wizard code
[bertos.git] / wizard / BOutputPage.py
index 72c32f5c5e634e2422826a13fe8a08d6f67add07..e4ba01621d175c11007dcfcac25ddc441b4fc0bb 100644 (file)
@@ -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):
         """