summaryrefslogtreecommitdiff
path: root/sublab_project/calendarium/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'sublab_project/calendarium/tests.py')
-rw-r--r--sublab_project/calendarium/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sublab_project/calendarium/tests.py b/sublab_project/calendarium/tests.py
index 0ad8c06..9ea5e7b 100644
--- a/sublab_project/calendarium/tests.py
+++ b/sublab_project/calendarium/tests.py
@@ -5,7 +5,7 @@ from datetime import datetime, timedelta
from django.core.exceptions import ValidationError
from django.test import TestCase
-from models import Event
+from calendarium.models import Event
class EventTest(TestCase):