pep8 coding guidline adaption

This commit is contained in:
Daniel Steglich 2015-01-04 13:53:29 +01:00
parent 3bf0079b3b
commit eb63f5c74f

View File

@ -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 from .dynamicDNS import init
__all__ = ['xmpp2', 'init'] __all__ = ['dynamicDNS', 'init']
depends = ['plinth.modules.apps'] depends = ['plinth.modules.apps']