summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/south/management/commands/testserver.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/site-packages/south/management/commands/testserver.py')
-rw-r--r--lib/python2.7/site-packages/south/management/commands/testserver.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/python2.7/site-packages/south/management/commands/testserver.py b/lib/python2.7/site-packages/south/management/commands/testserver.py
deleted file mode 100644
index 3c3c4b5..0000000
--- a/lib/python2.7/site-packages/south/management/commands/testserver.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from django.core.management.commands import testserver
-
-from south.management.commands import patch_for_test_db_setup
-
-class Command(testserver.Command):
- def handle(self, *args, **kwargs):
- patch_for_test_db_setup()
- super(Command, self).handle(*args, **kwargs)