From 75ba12e395acd141d770d001a5755de657f9606d Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Mon, 12 Jun 2017 18:16:57 +0200 Subject: [PATCH] remove useless __init__.py file --- debian/control | 2 +- swh/lister/github/__init__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 swh/lister/github/__init__.py diff --git a/debian/control b/debian/control index 2d4fefe..80c5c00 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), - dh-python, + dh-python (>= 2), python3-all, python3-dateutil, python3-nose, diff --git a/swh/lister/github/__init__.py b/swh/lister/github/__init__.py deleted file mode 100644 index fdffa2a..0000000 --- a/swh/lister/github/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# placeholder