summaryrefslogtreecommitdiff
path: root/tests/dispatch
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-09-09 22:44:38 +0200
committerFlorian Apolloner <florian@apolloner.eu>2013-09-09 23:01:07 +0200
commitdf2fd4e09b1d51e5154e607babf232610a0ec0c4 (patch)
tree1e9ecf06d15e1c3eb96bf9233f53ade1cee735ba /tests/dispatch
parentd9413d33b2a8371731a92289123683cf6f440290 (diff)
downloaddjango-df2fd4e09b1d51e5154e607babf232610a0ec0c4.tar.gz
Removed unneeded imports in tests's __init__.py and unified them.
Diffstat (limited to 'tests/dispatch')
-rw-r--r--tests/dispatch/__init__.py2
-rw-r--r--tests/dispatch/tests/__init__.py6
2 files changed, 0 insertions, 8 deletions
diff --git a/tests/dispatch/__init__.py b/tests/dispatch/__init__.py
index 679895bb5c..e69de29bb2 100644
--- a/tests/dispatch/__init__.py
+++ b/tests/dispatch/__init__.py
@@ -1,2 +0,0 @@
-"""Unit-tests for the dispatch project
-"""
diff --git a/tests/dispatch/tests/__init__.py b/tests/dispatch/tests/__init__.py
index 4c4d4fea8a..e69de29bb2 100644
--- a/tests/dispatch/tests/__init__.py
+++ b/tests/dispatch/tests/__init__.py
@@ -1,6 +0,0 @@
-"""
-Unit-tests for the dispatch project
-"""
-
-from .test_dispatcher import DispatcherTests, ReceiverTestCase
-from .test_saferef import SaferefTests