summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-10-13 13:43:08 +0200
committermathieui <mathieui@mathieui.net>2018-10-13 13:44:54 +0200
commitc785c146d1995c777fa89e8a1547c9bab560854d (patch)
tree1cc4f3bc4f1133128ab5bd00e1e0f51a3380b126
parent3562bd4fc7bdd6248c78d10ddfe532f54bf918ff (diff)
downloadpoezio-c785c146d1995c777fa89e8a1547c9bab560854d.tar.gz
poezio-c785c146d1995c777fa89e8a1547c9bab560854d.tar.bz2
poezio-c785c146d1995c777fa89e8a1547c9bab560854d.tar.xz
poezio-c785c146d1995c777fa89e8a1547c9bab560854d.zip
Remove implicit import of Core modules leading to circular imports
Which did not break if we imported modules in a certain order…
-rw-r--r--poezio/core/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/poezio/core/__init__.py b/poezio/core/__init__.py
index cfe4c179..e69de29b 100644
--- a/poezio/core/__init__.py
+++ b/poezio/core/__init__.py
@@ -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