From 2d47581ef9b84061b4cd4cddaa9b2e161d7adacd Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Sun, 26 Oct 2025 12:41:17 +1000 Subject: [PATCH] imports for tests --- allianceauth/authentication/views.py | 2 +- allianceauth/services/modules/phpbb3/manager.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/allianceauth/authentication/views.py b/allianceauth/authentication/views.py index 36a27a20..28327a8c 100644 --- a/allianceauth/authentication/views.py +++ b/allianceauth/authentication/views.py @@ -28,7 +28,7 @@ from allianceauth.hooks import get_hooks from .constants import ESI_ERROR_MESSAGE_OVERRIDES from .core.celery_workers import active_tasks_count, queued_tasks_count -from allianceauth.templatetags.admin_status import _celery_stats +from allianceauth.admin_status.templatetags.admin_status import _celery_stats from .forms import RegistrationForm from .models import CharacterOwnership diff --git a/allianceauth/services/modules/phpbb3/manager.py b/allianceauth/services/modules/phpbb3/manager.py index 8ba1d16d..719d8b67 100644 --- a/allianceauth/services/modules/phpbb3/manager.py +++ b/allianceauth/services/modules/phpbb3/manager.py @@ -3,6 +3,7 @@ import logging import random import re import datetime as dt +import string from passlib.apps import phpbb3_context