help: Remove an unused import

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2018-02-11 12:28:10 +05:30 committed by James Valleroy
parent a0196e9c97
commit abdc8ba9ce
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -23,7 +23,6 @@ from django.template.response import TemplateResponse
from django.urls import reverse_lazy
from django.utils.translation import ugettext as _, ugettext_lazy
from django.views.generic.edit import FormView
import subprocess
from .forms import ConfigureForm
from plinth import actions