From 332a5c2553db41de777473a1e1be9cd1522c9496 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 31 Mar 2016 18:54:41 +0100 Subject: Move the src directory to poezio, for better cython compatibility. --- poezio/core/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 poezio/core/__init__.py (limited to 'poezio/core/__init__.py') diff --git a/poezio/core/__init__.py b/poezio/core/__init__.py new file mode 100644 index 00000000..6a82e2bb --- /dev/null +++ b/poezio/core/__init__.py @@ -0,0 +1,8 @@ +""" +Core class, splitted into smaller chunks +""" + +from . core import Core +from . structs import Command, Status, possible_show, DEPRECATED_ERRORS, \ + ERROR_AND_STATUS_CODES + -- cgit v1.2.3