From e477a46c60dd8e455f4070d0566b40d9e20b9769 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Mon, 30 Oct 2017 16:38:27 +0100 Subject: [PATCH] Add missing __init__.py files Helps with tests autodetection --- swh/lister/__init__.py | 0 swh/lister/bitbucket/__init__.py | 0 swh/lister/bitbucket/tests/__init__.py | 0 swh/lister/core/__init__.py | 0 swh/lister/core/tests/__init__.py | 0 swh/lister/debian/__init__.py | 0 swh/lister/github/__init__.py | 0 swh/lister/github/tests/__init__.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 swh/lister/__init__.py create mode 100644 swh/lister/bitbucket/__init__.py create mode 100644 swh/lister/bitbucket/tests/__init__.py create mode 100644 swh/lister/core/__init__.py create mode 100644 swh/lister/core/tests/__init__.py create mode 100644 swh/lister/debian/__init__.py create mode 100644 swh/lister/github/__init__.py create mode 100644 swh/lister/github/tests/__init__.py diff --git a/swh/lister/__init__.py b/swh/lister/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/swh/lister/bitbucket/__init__.py b/swh/lister/bitbucket/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/swh/lister/bitbucket/tests/__init__.py b/swh/lister/bitbucket/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/swh/lister/core/__init__.py b/swh/lister/core/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/swh/lister/core/tests/__init__.py b/swh/lister/core/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/swh/lister/debian/__init__.py b/swh/lister/debian/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/swh/lister/github/__init__.py b/swh/lister/github/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/swh/lister/github/tests/__init__.py b/swh/lister/github/tests/__init__.py new file mode 100644 index 0000000..e69de29