From df2fd4e09b1d51e5154e607babf232610a0ec0c4 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Mon, 9 Sep 2013 22:44:38 +0200 Subject: Removed unneeded imports in tests's __init__.py and unified them. --- tests/dispatch/__init__.py | 2 -- tests/dispatch/tests/__init__.py | 6 ------ 2 files changed, 8 deletions(-) (limited to 'tests/dispatch') 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 -- cgit v1.3