diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
commit | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch) | |
tree | 64175d5cadab313b3e7039ebaa06c5bc3295e274 /contrib/python/future/http | |
parent | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff) | |
download | ydb-e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0.tar.gz |
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/future/http')
-rw-r--r-- | contrib/python/future/http/client.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/future/http/client.py b/contrib/python/future/http/client.py index f731d73c0b..a6a31006bd 100644 --- a/contrib/python/future/http/client.py +++ b/contrib/python/future/http/client.py @@ -77,9 +77,9 @@ except ImportError: # These may not be available on all versions of Python 2.6.x or 2.7.x try: from httplib import ( - _CS_IDLE, - _CS_REQ_STARTED, - _CS_REQ_SENT, + _CS_IDLE, + _CS_REQ_STARTED, + _CS_REQ_SENT, _MAXLINE, _MAXHEADERS, _is_legal_header_name, |