From c785c146d1995c777fa89e8a1547c9bab560854d Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 13 Oct 2018 13:43:08 +0200 Subject: Remove implicit import of Core modules leading to circular imports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Which did not break if we imported modules in a certain order… --- poezio/core/__init__.py | 7 ------- 1 file changed, 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 -- cgit v1.2.3