diff --git a/swh/__init__.py b/swh/__init__.py deleted file mode 100644 index 232e865e..00000000 --- a/swh/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -from pkgutil import extend_path -__path__ = extend_path(__path__, __name__) # NOQA diff --git a/swh/storage/__init__.py b/swh/storage/__init__.py deleted file mode 100644 index b64818cd..00000000 --- a/swh/storage/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright (C) 2015 The Software Heritage developers -# See the AUTHORS file at the top-level directory of this distribution -# License: GNU General Public License version 3, or any later version -# See top-level LICENSE file for more information - -from . import storage - -Storage = storage.Storage diff --git a/swh/storage/tests/__init__.py b/swh/storage/tests/__init__.py deleted file mode 100644 index fdffa2a0..00000000 --- a/swh/storage/tests/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# placeholder