wsgi/__init__.py
changeset 10605 61521bee2b68
parent 10594 6a55853f14c9
--- a/wsgi/__init__.py	Mon Sep 14 12:40:57 2015 +0200
+++ b/wsgi/__init__.py	Tue Sep 22 15:36:32 2015 +0200
@@ -27,9 +27,9 @@
 __docformat__ = "restructuredtext en"
 
 from email import message, message_from_string
-from Cookie import SimpleCookie
 from pprint import pformat as _pformat
 
+from six.moves.http_cookies import SimpleCookie
 
 def pformat(obj):
     """pretty prints `obj` if possible"""