ejabberd: Remove unnecessary imports

This commit is contained in:
James Valleroy 2017-05-19 21:24:38 -04:00
parent ed0ab1ab64
commit 4893ddc423
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -19,10 +19,6 @@
Views for the Ejabberd module
"""
from django.views.generic import TemplateView
from django.utils.decorators import method_decorator
from stronghold.decorators import public
from plinth.modules import ejabberd
from plinth.views import ServiceView
from .forms import EjabberdForm