Commit f7d04c37 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

[1.2.X] Corrected r15205 syntax to be Python2.4 compatible.

Backport of r15210 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15212 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 74a61e35
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -225,6 +225,7 @@ class WSGIHandler(base.BaseHandler):
        # settings weren't available.
        if self._request_middleware is None:
            self.initLock.acquire()
            try:
                try:
                    # Check that middleware is still uninitialised.
                    if self._request_middleware is None: