Remove implicit import of Core modules leading to circular imports

Which did not break if we imported modules in a certain order…
This commit is contained in:
mathieui 2018-10-13 13:43:08 +02:00
parent 3562bd4fc7
commit c785c146d1
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -1,7 +0,0 @@
"""
Core class, split into smaller chunks
"""
__all__ = ['Core', 'Command', 'Status']
from poezio.core.core import Core
from poezio.core.structs import Command, Status