From 1ed1ac22fee3613155f1da198c89f3d6149233fe Mon Sep 17 00:00:00 2001 From: Kevin Kubasik Date: Wed, 1 Jul 2009 10:39:40 +0000 Subject: [PATCH] [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 --- django/test/windmill_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django/test/windmill_tests.py b/django/test/windmill_tests.py index e0eea2223c..8d25e5afca 100644 --- a/django/test/windmill_tests.py +++ b/django/test/windmill_tests.py @@ -21,6 +21,7 @@ try: except Exception, e: print "You don't appear to have windmill installed, please install before trying to run windmill tests again." unit = None + class StoppableWSGIServer(basehttp.WSGIServer): """WSGIServer with short timeout, so that server thread can stop this server."""