summaryrefslogtreecommitdiff
path: root/sublab_project/calendarium/tests.py
diff options
context:
space:
mode:
authorMarkus Zapke-Grùˆndemann <markus@keimlink.de>2012-02-10 19:02:18 +0100
committerMarkus Zapke-Grùˆndemann <markus@keimlink.de>2012-02-10 19:02:18 +0100
commit670c1599972f26dc6f6c7d26d92d881a5dbd25e1 (patch)
tree397f9025298de2ecfcc5caa13463bffc5abffedc /sublab_project/calendarium/tests.py
parent5a6c69b7284e0c138dc71489c0d6964dba09aa7e (diff)
add package name to imports
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):