diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2013-09-09 22:44:38 +0200 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2013-09-09 23:01:07 +0200 |
| commit | df2fd4e09b1d51e5154e607babf232610a0ec0c4 (patch) | |
| tree | 1e9ecf06d15e1c3eb96bf9233f53ade1cee735ba /tests/comment_tests | |
| parent | d9413d33b2a8371731a92289123683cf6f440290 (diff) | |
Removed unneeded imports in tests's __init__.py and unified them.
Diffstat (limited to 'tests/comment_tests')
| -rw-r--r-- | tests/comment_tests/tests/__init__.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/comment_tests/tests/__init__.py b/tests/comment_tests/tests/__init__.py index 6cbddbe82b..df6d60010f 100644 --- a/tests/comment_tests/tests/__init__.py +++ b/tests/comment_tests/tests/__init__.py @@ -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 * |
