From 48e0b96e2c64bb44ec30e8cd039bd1db2ac20d66 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Fri, 10 Aug 2012 19:05:04 +0530 Subject: Fix : Error importing unit tests --- hyperkitty/tests/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hyperkitty/tests/__init__.py') diff --git a/hyperkitty/tests/__init__.py b/hyperkitty/tests/__init__.py index 4cf4941..bf3e6b6 100644 --- a/hyperkitty/tests/__init__.py +++ b/hyperkitty/tests/__init__.py @@ -19,6 +19,6 @@ # Author: Aamir Khan # -from gsoc.tests.test_views import * -from gsoc.tests.test_models import * -from gsoc.tests.test_forms import * +from hyperkitty.tests.test_views import * +from hyperkitty.tests.test_models import * +from hyperkitty.tests.test_forms import * -- cgit