1
0
mirror of https://github.com/django/django.git synced 2025-07-05 10:19:20 +00:00

[gsoc2009-testing] Fix a spacing issue in windmill_tests.py

git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Kevin Kubasik 2009-07-01 10:39:40 +00:00
parent 614bc25954
commit 1ed1ac22fe

View File

@ -21,6 +21,7 @@ try:
except Exception, e: except Exception, e:
print "You don't appear to have windmill installed, please install before trying to run windmill tests again." print "You don't appear to have windmill installed, please install before trying to run windmill tests again."
unit = None unit = None
class StoppableWSGIServer(basehttp.WSGIServer): class StoppableWSGIServer(basehttp.WSGIServer):
"""WSGIServer with short timeout, so that server thread can stop this server.""" """WSGIServer with short timeout, so that server thread can stop this server."""