diff options
author | mathieui <mathieui@mathieui.net> | 2018-10-13 13:43:08 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2018-10-13 13:44:54 +0200 |
commit | c785c146d1995c777fa89e8a1547c9bab560854d (patch) | |
tree | 1cc4f3bc4f1133128ab5bd00e1e0f51a3380b126 | |
parent | 3562bd4fc7bdd6248c78d10ddfe532f54bf918ff (diff) | |
download | poezio-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__.py | 7 |
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 |