From 0911ec5330e460f79daca557bb03114276def026 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Fri, 25 Jan 2013 00:56:12 +0000 Subject: Clean up directory structure to be better aligned with other leap python project, add __init__.py to modules directories, and add query callback function to couchdb in alias_resolver.py for check_recipient feature. --- leap/__init__.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 leap/__init__.py (limited to 'leap/__init__.py') diff --git a/leap/__init__.py b/leap/__init__.py deleted file mode 100644 index 370676e..0000000 --- a/leap/__init__.py +++ /dev/null @@ -1,9 +0,0 @@ -# -*- encoding: utf-8 -*- - -from . import mx -from . import util -from . import tests - -__author__ = util.version.authors -__version__ = util.version.getVersion() -__all__ = ['mx', 'util', 'tests'] -- cgit v1.2.3