diff --git a/openlp/core/mediamanageritem.py b/openlp/core/lib/mediamanageritem.py similarity index 100% rename from openlp/core/mediamanageritem.py rename to openlp/core/lib/mediamanageritem.py diff --git a/openlp/core/plugin.py b/openlp/core/lib/plugin.py similarity index 100% rename from openlp/core/plugin.py rename to openlp/core/lib/plugin.py diff --git a/openlp/core/settingstab.py b/openlp/core/lib/settingstab.py similarity index 100% rename from openlp/core/settingstab.py rename to openlp/core/lib/settingstab.py diff --git a/openlp/core/xmlrootclass.py b/openlp/core/lib/xmlrootclass.py similarity index 100% rename from openlp/core/xmlrootclass.py rename to openlp/core/lib/xmlrootclass.py diff --git a/openlp/core/pluginmanager.py b/openlp/core/pluginmanager.py index 2062863c9..6537ad5df 100644 --- a/openlp/core/pluginmanager.py +++ b/openlp/core/pluginmanager.py @@ -71,7 +71,6 @@ class PluginManager(object): except ImportError: pass self.plugins = Plugin.__subclasses__() - print self.plugins self.plugin_by_name = {} for p in self.plugins: plugin = p()