forked from openlp/openlp
Fix an import issue
This commit is contained in:
parent
b9ba2c68a6
commit
4b6ee2aa2d
@ -30,7 +30,6 @@
|
||||
The :mod:`openlp` module contains all the project produced OpenLP functionality
|
||||
"""
|
||||
|
||||
import core
|
||||
import plugins
|
||||
from openlp import core, plugins
|
||||
|
||||
__all__ = ['core', 'plugins']
|
||||
|
Loading…
Reference in New Issue
Block a user