forked from openlp/openlp
changed import
This commit is contained in:
parent
7d336911ba
commit
28b557af80
@ -30,7 +30,7 @@
|
|||||||
The :mod:`openlp` module contains all the project produced OpenLP functionality
|
The :mod:`openlp` module contains all the project produced OpenLP functionality
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from . import core
|
import openlp.core
|
||||||
from . import plugins
|
import openlp.plugins
|
||||||
|
|
||||||
__all__ = [u'core', u'plugins']
|
__all__ = [u'core', u'plugins']
|
||||||
|
Loading…
Reference in New Issue
Block a user