diff options
author | aditya | 2020-05-21 12:51:05 +0530 |
---|---|---|
committer | aditya | 2020-05-21 12:51:05 +0530 |
commit | f793b6bec01e1a3c4130c87e9d4ad3e2107eb692 (patch) | |
tree | 324e6c44882558da214ee13b84dda89be5cfe10b /yaksh | |
parent | 15cd731cf6f5398afb13d5678ba60dd840106f98 (diff) | |
download | online_test-f793b6bec01e1a3c4130c87e9d4ad3e2107eb692.tar.gz online_test-f793b6bec01e1a3c4130c87e9d4ad3e2107eb692.tar.bz2 online_test-f793b6bec01e1a3c4130c87e9d4ad3e2107eb692.zip |
Fix import in tests
Diffstat (limited to 'yaksh')
-rw-r--r-- | yaksh/test_views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/test_views.py b/yaksh/test_views.py index 1418ee0..24750e3 100644 --- a/yaksh/test_views.py +++ b/yaksh/test_views.py @@ -35,7 +35,7 @@ from yaksh.models import ( from yaksh.views import add_as_moderator, course_forum, post_comments from yaksh.forms import PostForm, CommentForm from yaksh.decorators import user_has_profile -from online_test.celery import app +from online_test.celery_settings import app from notifications_plugin.models import Notification |