mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-10 11:00:22 +00:00
pep8 coding guidline adaption
This commit is contained in:
parent
3bf0079b3b
commit
eb63f5c74f
@ -16,12 +16,12 @@
|
||||
#
|
||||
|
||||
"""
|
||||
Plinth module to configure XMPP server
|
||||
Plinth module to configure ez-ipupdate client
|
||||
"""
|
||||
|
||||
from . import dynamicDNS
|
||||
from . import dynamicDNS
|
||||
from .dynamicDNS import init
|
||||
|
||||
__all__ = ['xmpp2', 'init']
|
||||
__all__ = ['dynamicDNS', 'init']
|
||||
|
||||
depends = ['plinth.modules.apps']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user