Don't use __all__ in the Wizard code
[bertos.git] / wizard / plugins / __init__.py
index bf4d738b7397fc658a5ed2352742597ab311dd1b..21887ccbd7ba7d8b482aaad6ca224d35914280fe 100644 (file)
@@ -11,3 +11,5 @@
 import codelite
 
 __all__ = ["codelite"]
+
+plugin_list = ["codelite"]