backwards compatibility

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-26 08:31:24 -05:00
parent e779744f2e
commit 68437a9aeb
+3
View File
@@ -201,3 +201,6 @@ class Session(requests.Session):
response.html = HTML(response=response)
return response
# Backwards compatiblity.
session = Session()