--- a/wsgi/request.py Tue Sep 02 10:30:28 2014 +0200
+++ b/wsgi/request.py Tue Sep 02 10:31:13 2014 +0200
@@ -25,6 +25,8 @@
__docformat__ = "restructuredtext en"
+import tempfile
+
from StringIO import StringIO
from urllib import quote
from urlparse import parse_qs