From 136a3ffe21988d49e443867d129cc01fb62b34cd Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 7 Jul 2014 19:21:47 -0400 Subject: [PATCH] Removed unnecessary directory in dispatch tests. --- tests/dispatch/{tests/test_dispatcher.py => tests.py} | 0 tests/dispatch/tests/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/dispatch/{tests/test_dispatcher.py => tests.py} (100%) delete mode 100644 tests/dispatch/tests/__init__.py diff --git a/tests/dispatch/tests/test_dispatcher.py b/tests/dispatch/tests.py similarity index 100% rename from tests/dispatch/tests/test_dispatcher.py rename to tests/dispatch/tests.py diff --git a/tests/dispatch/tests/__init__.py b/tests/dispatch/tests/__init__.py deleted file mode 100644 index e69de29bb2..0000000000