Author: gwilson
Date: 2007-09-27 12:00:07 -0500 (Thu, 27 Sep 2007)
New Revision: 6429
Modified:
django/trunk/django/core/handlers/wsgi.py
Log:
Removed unused import, unneeded due to [4144].
Modified: django/trunk/django/core/handlers/wsgi.py
===================================================================
--- django/trunk/django/core/handlers/wsgi.py 2007-09-27 16:57:55 UTC (rev
6428)
+++ django/trunk/django/core/handlers/wsgi.py 2007-09-27 17:00:07 UTC (rev
6429)
@@ -5,7 +5,6 @@
from django.utils.encoding import force_unicode
from django import http
from pprint import pformat
-from shutil import copyfileobj
from threading import Lock
try:
from cStringIO import StringIO
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---