From 9d3922509825bff4b84bf14ae18393bf35e5f769 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 25 Jul 2019 12:08:27 -0700 Subject: [PATCH] diaspora: Fix tests by reverting changes during flake8 clenaup Revert diaspora changes from 86da6a894af23281042cb1fcc4644c2c9cd312c5 Signed-off-by: Sunil Mohan Adapa --- plinth/modules/diaspora/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plinth/modules/diaspora/__init__.py b/plinth/modules/diaspora/__init__.py index 74520a3f1..0575154c6 100644 --- a/plinth/modules/diaspora/__init__.py +++ b/plinth/modules/diaspora/__init__.py @@ -28,8 +28,6 @@ from plinth.modules.apache.components import Webserver from plinth.modules.firewall.components import Firewall from plinth.utils import format_lazy -from .manifest import clients - domain_name_file = "/etc/diaspora/domain_name" lazy_domain_name = None # To avoid repeatedly reading from file @@ -72,6 +70,7 @@ description = [ ' federate with other diaspora* pods.') ] +from .manifest import clients # noqa pylint:disable=E402 isort:skip clients = clients app = None