From 670c1599972f26dc6f6c7d26d92d881a5dbd25e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Zapke-Gru=CC=88ndemann?= Date: Fri, 10 Feb 2012 19:02:18 +0100 Subject: add package name to imports --- sublab_project/calendarium/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sublab_project/calendarium/tests.py') 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): -- cgit v1.2.1