mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 04:41:41 +01:00
imports for tests
This commit is contained in:
parent
f5f43213c3
commit
2d47581ef9
@ -28,7 +28,7 @@ from allianceauth.hooks import get_hooks
|
|||||||
|
|
||||||
from .constants import ESI_ERROR_MESSAGE_OVERRIDES
|
from .constants import ESI_ERROR_MESSAGE_OVERRIDES
|
||||||
from .core.celery_workers import active_tasks_count, queued_tasks_count
|
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 .forms import RegistrationForm
|
||||||
from .models import CharacterOwnership
|
from .models import CharacterOwnership
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@ import logging
|
|||||||
import random
|
import random
|
||||||
import re
|
import re
|
||||||
import datetime as dt
|
import datetime as dt
|
||||||
|
import string
|
||||||
|
|
||||||
from passlib.apps import phpbb3_context
|
from passlib.apps import phpbb3_context
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user