From 4bcc5b04216460a2e5395d231954f774fdb43e3a Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Wed, 18 Dec 2019 09:25:13 +0100 Subject: [PATCH] setup.cfg: fix import for boobill and boobcoming --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 74cba009d7..2390484b9f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -103,8 +103,8 @@ tests_require = console_scripts = boobank = weboob.applications.boobank:Boobank.run boobathon = weboob.applications.boobathon:Boobathon.run - boobcoming = weboob.applications.boobill:Boobcoming.run - boobill = weboob.applications.boobank:Boobill.run + boobcoming = weboob.applications.boobcoming:Boobcoming.run + boobill = weboob.applications.boobill:Boobill.run booblyrics = weboob.applications.booblyrics:Booblyrics.run boobmsg = weboob.applications.boobmsg:Boobmsg.run boobooks = weboob.applications.boobooks:Boobooks.run -- GitLab