changed import

This commit is contained in:
Andreas Preikschat 2013-03-31 10:00:28 +02:00
parent 7d336911ba
commit 28b557af80

View File

@ -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']