From 5c41b9e8b73a727b427d818f515be8d6141f69e1 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 26 Nov 2008 20:15:49 +0000 Subject: [PATCH] Moved everything that's core into openlp.core bzr-revno: 131 --- openlp/{ => core}/theme/__init__.py | 0 openlp/{ => core}/theme/test/test_theme.py | 0 openlp/{ => core}/theme/test/test_theme.xml | 0 openlp/{ => core}/theme/theme.py | 0 openlp/{ => core}/utils/ConfigHelper.py | 0 openlp/{ => core}/utils/__init__.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename openlp/{ => core}/theme/__init__.py (100%) rename openlp/{ => core}/theme/test/test_theme.py (100%) rename openlp/{ => core}/theme/test/test_theme.xml (100%) rename openlp/{ => core}/theme/theme.py (100%) rename openlp/{ => core}/utils/ConfigHelper.py (100%) rename openlp/{ => core}/utils/__init__.py (100%) diff --git a/openlp/theme/__init__.py b/openlp/core/theme/__init__.py similarity index 100% rename from openlp/theme/__init__.py rename to openlp/core/theme/__init__.py diff --git a/openlp/theme/test/test_theme.py b/openlp/core/theme/test/test_theme.py similarity index 100% rename from openlp/theme/test/test_theme.py rename to openlp/core/theme/test/test_theme.py diff --git a/openlp/theme/test/test_theme.xml b/openlp/core/theme/test/test_theme.xml similarity index 100% rename from openlp/theme/test/test_theme.xml rename to openlp/core/theme/test/test_theme.xml diff --git a/openlp/theme/theme.py b/openlp/core/theme/theme.py similarity index 100% rename from openlp/theme/theme.py rename to openlp/core/theme/theme.py diff --git a/openlp/utils/ConfigHelper.py b/openlp/core/utils/ConfigHelper.py similarity index 100% rename from openlp/utils/ConfigHelper.py rename to openlp/core/utils/ConfigHelper.py diff --git a/openlp/utils/__init__.py b/openlp/core/utils/__init__.py similarity index 100% rename from openlp/utils/__init__.py rename to openlp/core/utils/__init__.py