diff options
Diffstat (limited to 'requests/compat.py')
| -rw-r--r-- | requests/compat.py | 2 |
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 |
