From 28b557af807ff6d09ca826e0c2d199a8cc0746c2 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sun, 31 Mar 2013 10:00:28 +0200 Subject: [PATCH] changed import --- openlp/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/__init__.py b/openlp/__init__.py index 1d84ab53c..46e989655 100644 --- a/openlp/__init__.py +++ b/openlp/__init__.py @@ -30,7 +30,7 @@ The :mod:`openlp` module contains all the project produced OpenLP functionality """ -from . import core -from . import plugins +import openlp.core +import openlp.plugins __all__ = [u'core', u'plugins']