mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
582ce4d247
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
7 lines
71 B
Python
7 lines
71 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import io as StringIO
|
|
|
|
def u(s):
|
|
return s
|