wow.
authorKenneth Reitz <me@kennethreitz.com>
Fri, 27 Jan 2012 17:18:56 +0000 (11:18 -0600)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 27 Jan 2012 17:18:56 +0000 (11:18 -0600)
requests/compat.py

index 224bfd02a81b2563d0baa22edc161d624d35eaa5..00fbd2a13bd02082b46b386750db82b9e6fa37dd 100644 (file)
@@ -86,8 +86,9 @@ if is_py2:
     from .packages.oreos.monkeys import SimpleCookie
     from StringIO import StringIO
 
-    str = unicode
     bytes = str
+    str = unicode
+
 
 
 elif is_py3: