Commit df2fd4e0 authored by Florian Apolloner's avatar Florian Apolloner
Browse files

Removed unneeded imports in tests's __init__.py and unified them.

parent d9413d33
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#
+0 −1
Original line number Diff line number Diff line
+0 −1
Original line number Diff line number Diff line
+0 −1
Original line number Diff line number Diff line
+0 −8
Original line number Diff line number Diff line
@@ -83,11 +83,3 @@ class CommentTestCase(TestCase):
        d.update(f.initial)
        return d
from comment_tests.tests.test_app_api import *
from comment_tests.tests.test_feeds import *
from comment_tests.tests.test_models import *
from comment_tests.tests.test_comment_form import *
from comment_tests.tests.test_templatetags import *
from comment_tests.tests.test_comment_view import *
from comment_tests.tests.test_comment_utils_moderators import *
from comment_tests.tests.test_moderation_views import *
Loading