From 80d0a7638c38ef2bf6d04a547cb4222decb5adae Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 16 Nov 2021 08:03:01 -0800 Subject: [PATCH] *: Drop unused manual_page at module level Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/avahi/__init__.py | 2 -- plinth/modules/roundcube/__init__.py | 2 -- plinth/modules/searx/__init__.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/plinth/modules/avahi/__init__.py b/plinth/modules/avahi/__init__.py index 243cfd5fd..0e5e61594 100644 --- a/plinth/modules/avahi/__init__.py +++ b/plinth/modules/avahi/__init__.py @@ -42,8 +42,6 @@ _description = [ 'hostile local network.'), box_name=_(cfg.box_name)) ] -manual_page = 'ServiceDiscovery' - app = None diff --git a/plinth/modules/roundcube/__init__.py b/plinth/modules/roundcube/__init__.py index 1a897d082..355610d12 100644 --- a/plinth/modules/roundcube/__init__.py +++ b/plinth/modules/roundcube/__init__.py @@ -39,8 +39,6 @@ _description = [ '>https://www.google.com/settings/security/lesssecureapps).'), ] -manual_page = 'Roundcube' - app = None diff --git a/plinth/modules/searx/__init__.py b/plinth/modules/searx/__init__.py index 5a68055c1..50bff6529 100644 --- a/plinth/modules/searx/__init__.py +++ b/plinth/modules/searx/__init__.py @@ -29,8 +29,6 @@ _description = [ 'It stores no cookies by default.') ] -manual_page = 'Searx' - app = None