views: add import misplaced in #26761 (#26836)

This commit is contained in:
Frédéric Péters 2018-12-04 21:16:57 +01:00
parent d5984fa6c3
commit 78782f85c1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from django.shortcuts import resolve_url
from django.utils.encoding import force_text
from .environment.models import Authentic
from .environment.utils import Zone, get_operational_services
from .environment.utils import Zone, get_installed_services
from .forms import HoboForm, HoboUpdateForm, get_tenant_model
def is_superuser(u):