summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnssi Kääriäinen <akaariai@gmail.com>2013-11-09 10:51:05 +0200
committerAnssi Kääriäinen <akaariai@gmail.com>2013-11-09 10:51:05 +0200
commit3c10d1e64faeb67b41e7aa501b21252e357a4564 (patch)
treea46ae6ffb607e2fc584a05e86731d58831e358d4
parente953c78eeb81ee69dccd356145563fd6f9e4c7b6 (diff)
Removed useless comment. Refs #21172
-rw-r--r--django/test/testcases.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py
index d2c1735763..9598bd182a 100644
--- a/django/test/testcases.py
+++ b/django/test/testcases.py
@@ -1069,9 +1069,6 @@ class LiveServerThread(threading.Thread):
self.is_ready.set()
def terminate(self):
- """
- Shuts down live WSGI server.
- """
if hasattr(self, 'httpd'):
# Stop the WSGI server
self.httpd.shutdown()