Change import paths to accommodate moved resources

This commit is contained in:
Christopher Broderick
2025-08-19 23:44:29 +01:00
parent f1d90df87d
commit f98cadd70a
6 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ from helpdesk.models import (
Ticket,
TicketCC,
)
from helpdesk.tests import utils
from . import utils
import itertools
import logging
from mock.mock import patch