From 063ce4e85f2803bf5d8e58f02bd61c7d0188706d Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Mon, 13 Jan 2020 00:18:42 +0100 Subject: [PATCH] Prepare old list for next release --- dosagelib/plugins/old.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dosagelib/plugins/old.py b/dosagelib/plugins/old.py index a244f5d5e..7e5f9eca2 100644 --- a/dosagelib/plugins/old.py +++ b/dosagelib/plugins/old.py @@ -609,6 +609,8 @@ class Removed(Scraper): cls('WhiteNinja'), cls('WLP/ShadowChasers'), cls('WotNow'), + + # Removed in 3.0 ) @@ -751,4 +753,6 @@ class Renamed(Scraper): cls('Wulffmorgenthaler', 'WuMo'), cls('YouSayItFirst', 'NamirDeiter/YouSayItFirst'), cls('ZebraGirl', 'ComicFury/ZebraGirl'), + + # Renamed in 3.0 )