fixup! move: seminar.utils -> personalni.utils
This commit is contained in:
parent
ee6e8ecef5
commit
3e30fe188f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from django.test import TestCase
|
|||
from django.urls import reverse
|
||||
import seminar.models as m
|
||||
import seminar.views as v
|
||||
from seminar.utils import sync_skoly
|
||||
from personalni.utils import sync_skoly
|
||||
|
||||
class OrgSkolyAutocompleteTestCase(TestCase):
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue