diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-08-10 19:05:04 +0530 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-08-10 19:05:04 +0530 |
commit | 48e0b96e2c64bb44ec30e8cd039bd1db2ac20d66 (patch) | |
tree | ada7683aa1aa3efd6307ee90f67989264d733468 /hyperkitty/tests/__init__.py | |
parent | b6c779f1f233649f1ad68cdbc976e2740542afde (diff) | |
download | hyperkitty-48e0b96e2c64bb44ec30e8cd039bd1db2ac20d66.tar.gz hyperkitty-48e0b96e2c64bb44ec30e8cd039bd1db2ac20d66.tar.xz hyperkitty-48e0b96e2c64bb44ec30e8cd039bd1db2ac20d66.zip |
Fix : Error importing unit tests
Diffstat (limited to 'hyperkitty/tests/__init__.py')
-rw-r--r-- | hyperkitty/tests/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
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 <syst3m.w0rm@gmail.com> # -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 * |