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. --- src/core/__init__.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/core/__init__.py (limited to 'src/core/__init__.py') diff --git a/src/core/__init__.py b/src/core/__init__.py deleted file mode 100644 index 6a82e2bb..00000000 --- a/src/core/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -""" -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