mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
7 lines
71 B
Python
7 lines
71 B
Python
# -*- coding: utf-8 -*-
|
|
import io as StringIO
|
|
|
|
|
|
def u(s):
|
|
return s
|