From 4d787d7cff3e122fee8fad6e3647936ce1f0cc1b Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Thu, 3 Jan 2019 17:17:00 +0100 Subject: [PATCH] [module] __init__.py files cleanup --- beat/__init__.py | 1 + beat/editor/test/__init__.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/beat/__init__.py b/beat/__init__.py index 71f2674e..a32755be 100644 --- a/beat/__init__.py +++ b/beat/__init__.py @@ -27,4 +27,5 @@ # see https://docs.python.org/3/library/pkgutil.html from pkgutil import extend_path + __path__ = extend_path(__path__, __name__) diff --git a/beat/editor/test/__init__.py b/beat/editor/test/__init__.py index 99a1554a..057f30db 100644 --- a/beat/editor/test/__init__.py +++ b/beat/editor/test/__init__.py @@ -24,4 +24,3 @@ # with the BEAT platform. If not, see http://www.gnu.org/licenses/. # # # ############################################################################### - -- GitLab