summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/south/test_shim.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/site-packages/south/test_shim.py')
-rw-r--r--lib/python2.7/site-packages/south/test_shim.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/python2.7/site-packages/south/test_shim.py b/lib/python2.7/site-packages/south/test_shim.py
deleted file mode 100644
index fdf39f3..0000000
--- a/lib/python2.7/site-packages/south/test_shim.py
+++ /dev/null
@@ -1,6 +0,0 @@
-"""
-This file is needed as 1.6 only finds tests in files labelled test_*,
-and ignores tests/__init__.py.
-"""
-
-from south.tests import *