diaspora: Fix tests by reverting changes during flake8 clenaup

Revert diaspora changes from 86da6a894af23281042cb1fcc4644c2c9cd312c5

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2019-07-25 12:08:27 -07:00
parent 86da6a894a
commit 9d39225098
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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