summaryrefslogtreecommitdiff
path: root/requests/compat.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2018-03-12 11:45:29 -0400
committerKenneth Reitz <me@kennethreitz.org>2018-03-12 11:45:29 -0400
commit4e76e142d11229a4511086e09cefb33adab28325 (patch)
treeb42196d1f091bf50eb366c24cc7bae93fc531aec /requests/compat.py
parentd207c345968857d488ed573b56b8ea20cc0d41de (diff)
downloadpython-requests-threedotoh.tar.gz
working on itthreedotoh
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Diffstat (limited to 'requests/compat.py')
-rw-r--r--requests/compat.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/requests/compat.py b/requests/compat.py
index 67b19e10..94039379 100644
--- a/requests/compat.py
+++ b/requests/compat.py
@@ -11,3 +11,5 @@ Python 3.
basestring = (str, bytes)
numeric_types = (int, float)
integer_types = (int,)
+bytes = bytes
+str = str \ No newline at end of file