From 5a00215f38bf91caa4dcea8ce654491571d020b5 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Mon, 1 Dec 2008 09:31:05 +0000 Subject: [PATCH] Moved bzr-revno: 148 --- openlp/core/{ => lib}/mediamanageritem.py | 0 openlp/core/{ => lib}/plugin.py | 0 openlp/core/{ => lib}/settingstab.py | 0 openlp/core/{ => lib}/xmlrootclass.py | 0 openlp/core/pluginmanager.py | 1 - 5 files changed, 1 deletion(-) rename openlp/core/{ => lib}/mediamanageritem.py (100%) rename openlp/core/{ => lib}/plugin.py (100%) rename openlp/core/{ => lib}/settingstab.py (100%) rename openlp/core/{ => lib}/xmlrootclass.py (100%) 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()